Skip to content

Commit

Permalink
오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
uvula6921 committed Jul 5, 2021
1 parent 4ffb610 commit 181bf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-community/src/pages/PostList.js
Expand Up @@ -7,7 +7,7 @@ const PostList = (props) => {
const dispatch = useDispatch();
const post_list = useSelector((state) => state.post.list);
const user_info = useSelector((state) => state.user.user);
let is_me = React.useEffect(() => {
React.useEffect(() => {
if (post_list.length === 0) {
dispatch(postActions.getPostFB());
}
Expand Down

0 comments on commit 181bf74

Please sign in to comment.