Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jun 22, 2024
1 parent 730e5f4 commit 57b7f35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/addon-catalog/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export default async function Home() {
} = (await fetchHomeData()) || {};
// console.log({ popularAddons, popularRecipes, trendingTags, vta })

// const tagLinks = useMemo(() => buildTagLinks(trendingTags), [trendingTags]);
const tagLinks = buildTagLinks(trendingTags);

return (
Expand Down

0 comments on commit 57b7f35

Please sign in to comment.