Skip to content

Commit a59c920

Browse files
committed
Fix loading skeletons
1 parent 4aac16b commit a59c920

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/client/src/pages/CollectionDetail/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ function CollectionDetail() {
308308
<ItemCardLoading mini />
309309
<ItemCardLoading mini />
310310
<ItemCardLoading mini />
311-
<ItemCardLoading mini />
312311
</>
313312
)}
314313
</SimpleGrid>

packages/client/src/pages/CollectionList/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ function CollectionList() {
141141
<>
142142
<ItemCardLoading />
143143
<ItemCardLoading />
144-
<ItemCardLoading />
145144
</>
146145
) : (
147146
filteredCollections.map((col) => (

0 commit comments

Comments
 (0)