We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aac16b commit a59c920Copy full SHA for a59c920
packages/client/src/pages/CollectionDetail/index.tsx
@@ -308,7 +308,6 @@ function CollectionDetail() {
308
<ItemCardLoading mini />
309
310
311
- <ItemCardLoading mini />
312
</>
313
)}
314
</SimpleGrid>
packages/client/src/pages/CollectionList/index.tsx
@@ -141,7 +141,6 @@ function CollectionList() {
141
<>
142
<ItemCardLoading />
143
144
- <ItemCardLoading />
145
146
) : (
147
filteredCollections.map((col) => (
0 commit comments