fix bug console
This commit is contained in:
@@ -17,7 +17,7 @@ function Head({ data, loading }) {
|
||||
alt="profile"
|
||||
/>
|
||||
</CircularLoading>
|
||||
<div className={loading && 'mt-[8px] mb-[4px]'}>
|
||||
<div className={loading ? 'mt-[8px] mb-[4px]' : ''}>
|
||||
<TextLoading width={60} height={18} loading={loading}>
|
||||
<p className="text-[#3B3B3B] text-[14px] font-semibold mt-[8px] mb-[4px]">{data.name}</p>
|
||||
</TextLoading>
|
||||
|
||||
Reference in New Issue
Block a user