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 = () => {
-
You're not in any spaces yet. @@ -137,17 +134,15 @@ export const DashboardRoute = () => {
You're not in any group chats yet.
@@ -181,19 +176,17 @@ export const DashboardRoute = () => {
-
You don't have any direct messages yet.