diff --git a/components/items.js b/components/items.js index aca5e91c..1259373f 100644 --- a/components/items.js +++ b/components/items.js @@ -27,7 +27,7 @@ export default function Items ({ variables, rank }) { ) } -function ItemsSkeleton ({ startRank = 1 }) { +function ItemsSkeleton ({ startRank = 0 }) { const items = new Array(21).fill(null) return (