Skip to content

Commit

Permalink
Fix loading placeholder height in CollectionView (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Oct 23, 2023
1 parent 4b425e6 commit 58f94cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Collection/CollectionView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ const CollectionView = ({ isSidebarOpen, mode, setGroupTotal, setTimelineSeries
key={`loading-${i}`}
style={{
width: `${itemWidth / 16}rem`,
height: `${itemHeight / 16}rem`,
}}
>
<Icon path={mdiLoading} spin size={3} />
Expand Down

0 comments on commit 58f94cf

Please sign in to comment.