diff --git a/src/components/notifications/notification-item.tsx b/src/components/notifications/notification-item.tsx index a3c69329..161df71b 100644 --- a/src/components/notifications/notification-item.tsx +++ b/src/components/notifications/notification-item.tsx @@ -206,7 +206,7 @@ export function NotificationItem({ )} - {actionUrl && ( + {actionUrl && !actionUrl.includes('/admin/') && (