chore: lint

This commit is contained in:
usopp
2024-12-20 00:21:51 +01:00
parent e05d01788f
commit 77336a21f9

View File

@@ -72,7 +72,7 @@ export const ShowNotifications = () => {
{notification.name}
</span>
<span className="text-xs font-medium text-muted-foreground">
{notification.notificationType[0].toUpperCase() + notification.notificationType.slice(1)} notification
{notification.notificationType && notification.notificationType[0].toUpperCase() + notification.notificationType.slice(1)} notification
</span>
</div>
</div>