chore: lint

This commit is contained in:
usopp 2024-12-20 00:24:44 +01:00
parent 77336a21f9
commit ed8be62ff3

View File

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