diff --git a/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx b/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx index e097a6e296963..0f66f0b71dc21 100644 --- a/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx +++ b/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx @@ -40,7 +40,14 @@ export const InboxItem: FC = ({ {notification.actions.map((action) => { return ( ); })}