cleanup code
This commit is contained in:
parent
b03c4a875f
commit
b8db796d32
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ const VideoList: NextPage = () => {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<div className="animate-pulse h-10 w-10 overflow-hidden rounded-full bg-red-400 bg-slate-200"></div>
|
<div className="animate-pulse h-10 w-10 overflow-hidden rounded-full bg-slate-200"></div>
|
||||||
<div className="animate-pulse ml-3 h-4 w-[100px] rounded bg-slate-200 font-medium"></div>
|
<div className="animate-pulse ml-3 h-4 w-[100px] rounded bg-slate-200 font-medium"></div>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue