mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
unused var
This commit is contained in:
@@ -70,7 +70,7 @@ const PostPage = () => {
|
|||||||
post = comment;
|
post = comment;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { error, replyCount } = post || {};
|
const { error } = post || {};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
window.scrollTo(0, 0);
|
window.scrollTo(0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user