diff --git a/src/components/AdminNotificationsBadge.tsx b/src/components/AdminNotificationsBadge.tsx index f0e17db..0d6238f 100644 --- a/src/components/AdminNotificationsBadge.tsx +++ b/src/components/AdminNotificationsBadge.tsx @@ -47,7 +47,7 @@ export default function AdminNotificationsBadge({

Notifications

{pendingOrders > 0 && (
- Pending orders + Waiting payment {pendingOrders}
)}