Skip to content

Commit

Permalink
Hide skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Nov 14, 2024
1 parent 3aab71e commit beba594
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions centrifuge-app/src/pages/Pool/Assets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Box, IconChevronRight, IconPlus, Shelf, Text } from '@centrifuge/fabric
import * as React from 'react'
import { useParams } from 'react-router'
import styled from 'styled-components'
import { LoanListSkeleton } from '../../../../src/components/Skeletons/LoanListSkeleton'
import { RouterTextLink } from '../../../../src/components/TextLink'
import { useBasePath } from '../../../../src/utils/useBasePath'
import { LoadBoundary } from '../../../components/LoadBoundary'
Expand Down Expand Up @@ -127,8 +126,6 @@ export function PoolDetailAssets() {
: []),
]

if (isLoading || isLoadingSnapshots) return <LoanListSkeleton />

return (
<>
<PageSummary data={pageSummaryData}>
Expand Down

0 comments on commit beba594

Please sign in to comment.