Skip to content

Commit

Permalink
chore: getting rid of dirty code
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Oct 6, 2023
1 parent 19bc081 commit 060ce80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/forum/src/components/Board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const Board = ({ triggerRefresh, setBoard }: any) => {
boards.find((board) => board.slug === boardSlug)?.slug || ""
);

localStorage.setItem("mobileNavCheck", "false");

// Use Effect to set the board state in the parent component for tag filtering
useEffect(() => {
setBoard(boardSlug);
Expand Down

0 comments on commit 060ce80

Please sign in to comment.