Skip to content

Commit

Permalink
fix dep errors
Browse files Browse the repository at this point in the history
  • Loading branch information
The-DevBlog committed Nov 23, 2023
1 parent 6492a31 commit e1e7beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devblog/devblog/ClientApp/src/pages/Posts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Posts = () => {
}
}, 1700);
}
}, [pageParam]);
}, [pageParam, postIdParam]);

useEffect(() => {
setIsAdmin(GetIsAdmin);
Expand Down

0 comments on commit e1e7beb

Please sign in to comment.