fix off by one error

This commit is contained in:
keyan 2021-06-22 13:37:07 -05:00
parent a77d224c09
commit 89c1fab057
1 changed files with 1 additions and 1 deletions

View File

@ -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 (