Skip to content

Commit

Permalink
fix: badge detail delete loader
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Sep 6, 2024
1 parent e7eecc0 commit e24a718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/pages/Badges/Detail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const Index = () => {
<div className="pt-4 mb-5">
<h3 className="mb-4">{t('title')}</h3>
{isHeaderLoading ? <HeaderLoader /> : <BadgeDetail data={badgeInfo} />}
<Loader />
<Row>
{isSkeletonShow ? (
<Loader />
Expand Down

0 comments on commit e24a718

Please sign in to comment.