use json type in sqlite.

This commit is contained in:
Jason Schwarzenberger
2020-11-09 15:45:10 +13:00
parent 4e04595415
commit 0bd0d40a31
3 changed files with 17 additions and 21 deletions

View File

@@ -50,10 +50,6 @@ class Feed extends React.Component {
const stories = this.state.stories;
const error = this.state.error;
if (stories) {
stories.sort((a, b) => b.date - a.date);
}
return (
<div className='container'>
<Helmet>