Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Gallicchio committed Aug 27, 2024
1 parent fdb8e1b commit aaca547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Community/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export const Item = ({ item, actionable }: ItemProps) => {
};

const Thumbnail = useMemo(
() => lazy(() => import(`../../config/validators/thumbnails/${thumbnail}.tsx`)),
() =>
lazy(() => import(`../../config/validators/thumbnails/${thumbnail}.tsx`)),
[]
);

Expand Down

0 comments on commit aaca547

Please sign in to comment.