fix: remove duplicate display value in notification badge component

This commit is contained in:
Pattadon 2024-11-11 11:08:55 +07:00
parent 3d77bd59ba
commit 2f4d931682

View File

@ -36,7 +36,6 @@ export const AuthenticatedComponents = ({ uid, avatarUrl }: AuthenticatedCompone
{displayValue}
</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">
{displayValue}
</span>
</div>
</Link>