diff --git a/packages/playground/src/routes/t/dashboard.tsx b/packages/playground/src/routes/t/dashboard.tsx index f34c952b7..36ba0a1c3 100644 --- a/packages/playground/src/routes/t/dashboard.tsx +++ b/packages/playground/src/routes/t/dashboard.tsx @@ -19,7 +19,6 @@ import { GridSidePanel } from '@/components/layout/grid-side-panel' import { Button } from '@/components/ui/button' import { CreateSpace } from '@/components/form/space/create' import { JoinSpace } from '@/components/form/space/join' -import { ScrollArea } from '@/components/ui/scroll-area' import { Avatar } from '@/components/ui/avatar' import { shortenAddress } from '@/utils/address' import { @@ -117,17 +116,15 @@ export const DashboardRoute = () => { - -
- {spaceIds.map((spaceId) => ( - - ))} -
-
+
+ {spaceIds.map((spaceId) => ( + + ))} +
{spaceIds.length === 0 && (

You're not in any spaces yet. @@ -137,17 +134,15 @@ export const DashboardRoute = () => {


Your group chats - -
- {gdmStreamIds.map((gdmStreamId) => ( - - ))} -
-
+
+ {gdmStreamIds.map((gdmStreamId) => ( + + ))} +
{gdmStreamIds.length === 0 && (

You're not in any group chats yet. @@ -181,19 +176,17 @@ export const DashboardRoute = () => { - -

- {dmStreamIds.map((dmStreamId) => ( - Loading...
}> - - - ))} - - +
+ {dmStreamIds.map((dmStreamId) => ( + Loading...
}> + + + ))} + {dmStreamIds.length === 0 && (

You don't have any direct messages yet.