diff --git a/frontend/libs/console/legacy-ce/src/lib/components/Services/Common/Notification.tsx b/frontend/libs/console/legacy-ce/src/lib/components/Services/Common/Notification.tsx index ed17de402aa..959a89c8c1e 100644 --- a/frontend/libs/console/legacy-ce/src/lib/components/Services/Common/Notification.tsx +++ b/frontend/libs/console/legacy-ce/src/lib/components/Services/Common/Notification.tsx @@ -98,7 +98,7 @@ export const getNotificationDetails = ( detailsJson: Json, children: React.ReactNode ) => { - return children ? ( + return children || detailsJson ? (