mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-08 21:11:04 -05:00
fix eslint warning
This commit is contained in:
@@ -15,7 +15,7 @@ const PendingPost = () => {
|
||||
if (post?.cid && post?.subplebbitAddress) {
|
||||
navigate(`/p/${post?.subplebbitAddress}/c/${post?.cid}`, { replace: true });
|
||||
}
|
||||
}, [post]);
|
||||
}, [post, navigate]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user