Skip to content

Commit

Permalink
chore: I think this is a fair solution
Browse files Browse the repository at this point in the history
  • Loading branch information
cirex-web committed Feb 2, 2025
1 parent 28c56f4 commit 367a300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ function ListPage({
// Display skeleton cards while loading
return (
<Grid container spacing={2}>
{/* TODO: find a better solution */}
{Array(36)
.fill(null)
.map((_, index) => (
Expand Down

0 comments on commit 367a300

Please sign in to comment.