Skip to content

Commit

Permalink
fix expoler page unlimite get post
Browse files Browse the repository at this point in the history
  • Loading branch information
AQdemon committed Aug 26, 2022
1 parent 4199f87 commit 39f0714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/explore/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Explore = () => {

useLayoutEffect(() => {
dispatch(posts());
});
}, []);
return (
<main>
<Container
Expand Down

0 comments on commit 39f0714

Please sign in to comment.