mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(catalog): hide threads across board catalogs
This commit is contained in:
@@ -171,7 +171,7 @@ const PostMenuDesktop = ({ postMenu }: PostMenuDesktopProps) => {
|
||||
const { thumbnail, type, url } = commentMediaInfo || {};
|
||||
const [menuBtnRotated, setMenuBtnRotated] = useState(false);
|
||||
|
||||
const { hidden, unhide, hide } = useHide({ cid: cid || '' });
|
||||
const { hidden, unhide, hide } = useHide({ cid: cid || '', comment: postMenu.comment });
|
||||
|
||||
const location = useLocation();
|
||||
const params = useParams();
|
||||
|
||||
Reference in New Issue
Block a user