Skip to content

Commit 8256a67

Browse files
author
dashuai
authored
Merge pull request #503 from answerdev/feat/1.1.3/ui
fix: tag detail page skeleton screen optimization
2 parents d170680 + 367abc3 commit 8256a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/Tags/Detail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const Index: FC = () => {
108108
return (
109109
<Row className="pt-4 mb-5">
110110
<Col className="page-main flex-auto">
111-
{isLoading || listLoading ? (
111+
{isLoading ? (
112112
<div className="tag-box mb-5 placeholder-glow">
113113
<div className="mb-3 h3 placeholder" style={{ width: '120px' }} />
114114
<p

0 commit comments

Comments
 (0)