fix: tag detail page skeleton screen optimization

This commit is contained in:
shuai 2023-08-31 15:01:47 +08:00
parent 2d72c63592
commit 367abc3003
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const Index: FC = () => {
return (
<Row className="pt-4 mb-5">
<Col className="page-main flex-auto">
{isLoading || listLoading ? (
{isLoading ? (
<div className="tag-box mb-5 placeholder-glow">
<div className="mb-3 h3 placeholder" style={{ width: '120px' }} />
<p