Skip to content

Commit

Permalink
Update index.page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cbum-dev authored Jan 12, 2025
1 parent 0b4839b commit 191c3d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/blog/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default function StaticMarkdownPage({
filterTag: any;
}) {
const router = useRouter();
const setParam = useSetUrlParam();
const [currentFilterTag, setCurrentFilterTag] = useState<blogCategories>(
filterTag || 'All',
);
Expand Down

0 comments on commit 191c3d4

Please sign in to comment.