Skip to content

Commit

Permalink
[Improvement] LeftPanel skeleton loader (#5705)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderman3000 authored Jun 3, 2024
1 parent e2dc660 commit 24941c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export const LeftPanelSkeletonLoader = () => {
<Skeleton width={96} height={16} />
</SkeletonTheme>
</StyledSkeletonTitleContainer>
<MainNavigationDrawerItemsSkeletonLoader length={4} />
<MainNavigationDrawerItemsSkeletonLoader title length={2} />
<MainNavigationDrawerItemsSkeletonLoader length={3} />
<MainNavigationDrawerItemsSkeletonLoader title length={3} />
</StyledSkeletonContainer>
</StyledItemsContainer>
Expand Down

0 comments on commit 24941c6

Please sign in to comment.