Update app.tsx

This commit is contained in:
Tom (plebeius.eth)
2024-12-25 17:11:56 +01:00
parent 5284b3da1b
commit e033868465
+1 -1
View File
@@ -62,7 +62,7 @@ const BoardLayout = () => {
return () => {
removeSnow();
};
}, [isSpecialEnabled]);
}, [isSpecialEnabled, isMobile]);
// force rerender of post form when navigating between pages, except when opening settings modal in current view
const key = location.pathname.endsWith('/settings')