unused var

This commit is contained in:
plebeius
2025-12-28 22:18:57 +01:00
parent c094786f97
commit c0e6f5fe5c
+1 -1
View File
@@ -70,7 +70,7 @@ const PostPage = () => {
post = comment;
}
const { error, replyCount } = post || {};
const { error } = post || {};
useEffect(() => {
window.scrollTo(0, 0);