We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d170680 + 367abc3 commit 8256a67Copy full SHA for 8256a67
1 file changed
ui/src/pages/Tags/Detail/index.tsx
@@ -108,7 +108,7 @@ const Index: FC = () => {
108
return (
109
<Row className="pt-4 mb-5">
110
<Col className="page-main flex-auto">
111
- {isLoading || listLoading ? (
+ {isLoading ? (
112
<div className="tag-box mb-5 placeholder-glow">
113
<div className="mb-3 h3 placeholder" style={{ width: '120px' }} />
114
<p
0 commit comments