Skip to content

Commit be70366

Browse files
committed
Update deps
1 parent a18368b commit be70366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/PostCardGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function PostCardGrid({ posts, loading, forHome }: PostCardGridProps) {
4545
cloned.splice(62, 0, undefined);
4646
}
4747
return cloned;
48-
}, [posts, forHome, adBlocked]);
48+
}, [posts, forHome, adBlocked, user]);
4949

5050
return (
5151
<Block>

0 commit comments

Comments
 (0)