Skip to content

Commit

Permalink
Update app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
plebeius-eth committed Dec 25, 2024
1 parent 5284b3d commit e033868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e033868

Please sign in to comment.