This is an automated email from the ASF dual-hosted git repository.

robin0716 pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git

commit bee0148f98d6a13e8c00023009c31de571556a7f
Author: shuai <[email protected]>
AuthorDate: Fri Sep 6 10:45:50 2024 +0800

    fix: badge detail delete loader
---
 ui/src/pages/Badges/Detail/index.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/src/pages/Badges/Detail/index.tsx 
b/ui/src/pages/Badges/Detail/index.tsx
index d9337840..cb85a8b8 100644
--- a/ui/src/pages/Badges/Detail/index.tsx
+++ b/ui/src/pages/Badges/Detail/index.tsx
@@ -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 />

Reply via email to