diff --git a/studio/src/components/layout/dashboard-layout.tsx b/studio/src/components/layout/dashboard-layout.tsx index fda8e16132..f4d52827be 100644 --- a/studio/src/components/layout/dashboard-layout.tsx +++ b/studio/src/components/layout/dashboard-layout.tsx @@ -247,9 +247,20 @@ export const DashboardLayout = ({ children }: LayoutProps) => { title: "Account", }, { - title: "Invitations", + title: ( + <> + Invitations + {user?.invitations?.length ? ( +
+