diff --git a/client/src/pages/hub/notifications.tsx b/client/src/pages/hub/notifications.tsx index f46a9e4..1861a4a 100644 --- a/client/src/pages/hub/notifications.tsx +++ b/client/src/pages/hub/notifications.tsx @@ -235,9 +235,12 @@ export default function Notifications() { )} - {notification.actionUrl && ( + {(notification.actionUrl || (notification as any).action_url) && (