This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch feat/1.4.1/badge-style in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit e24a7181f2853afb43570a556af791b5bc9bcf3c 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 />
