fix bug console

This commit is contained in:
Ehsan
2024-09-14 02:45:28 +03:30
parent 380e5943f9
commit 5606a7e53f
+1 -1
View File
@@ -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>