diff --git a/hyperdrive/packages/app-store/ui/src/components/NotificationBay.tsx b/hyperdrive/packages/app-store/ui/src/components/NotificationBay.tsx index 6295c712c..82b3e5263 100644 --- a/hyperdrive/packages/app-store/ui/src/components/NotificationBay.tsx +++ b/hyperdrive/packages/app-store/ui/src/components/NotificationBay.tsx @@ -41,7 +41,7 @@ const NotificationBay: React.FC = () => { return ( <> -
+
- {isExpanded && ( -
+ {isExpanded &&
+
{notifications.length === 0 ? (

All clear, no notifications!

) : ( @@ -69,7 +73,7 @@ const NotificationBay: React.FC = () => { )) )}
- )} +
}
{modalContent && (