Skip to content

Commit

Permalink
chore: removed test feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 committed Jul 4, 2024
1 parent d780b38 commit 7be74f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -29,8 +29,8 @@ const HomePage = () => {
});

const [feed, setFeed] = useState<NonNullable<GetFeedResponse['data']>>({
feed: generateFeed(50),
// feed: [],
// feed: generateFeed(50),
feed: [],
hasNext: false,
nextCursor: '',
});

0 comments on commit 7be74f5

Please sign in to comment.