mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
fix: remove duplicate display value in notification badge component
This commit is contained in:
parent
3d77bd59ba
commit
2f4d931682
@ -36,7 +36,6 @@ export const AuthenticatedComponents = ({ uid, avatarUrl }: AuthenticatedCompone
|
|||||||
{displayValue}
|
{displayValue}
|
||||||
</span>
|
</span>
|
||||||
<span className="absolute -top-1 -right-1 inline-flex items-center justify-center w-4 h-4 text-xs font-bold text-white bg-red-600 rounded-full animate-ping">
|
<span className="absolute -top-1 -right-1 inline-flex items-center justify-center w-4 h-4 text-xs font-bold text-white bg-red-600 rounded-full animate-ping">
|
||||||
{displayValue}
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user