From 367abc30035e0b667f3ceba22562d1e3e0c12dca Mon Sep 17 00:00:00 2001 From: shuai Date: Thu, 31 Aug 2023 15:01:47 +0800 Subject: [PATCH] fix: tag detail page skeleton screen optimization --- ui/src/pages/Tags/Detail/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Tags/Detail/index.tsx b/ui/src/pages/Tags/Detail/index.tsx index 5818b447..2cde7d04 100644 --- a/ui/src/pages/Tags/Detail/index.tsx +++ b/ui/src/pages/Tags/Detail/index.tsx @@ -108,7 +108,7 @@ const Index: FC = () => { return ( - {isLoading || listLoading ? ( + {isLoading ? (