Skip to content

Commit e1e7beb

Browse files
committed
fix dep errors
1 parent 6492a31 commit e1e7beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devblog/devblog/ClientApp/src/pages/Posts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Posts = () => {
6262
}
6363
}, 1700);
6464
}
65-
}, [pageParam]);
65+
}, [pageParam, postIdParam]);
6666

6767
useEffect(() => {
6868
setIsAdmin(GetIsAdmin);

0 commit comments

Comments
 (0)