diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx
index 68b2187..4653cda 100644
--- a/components/dashboard/Sidebar.tsx
+++ b/components/dashboard/Sidebar.tsx
@@ -117,13 +117,15 @@ function SitePicker({ sites, siteId, collapsed }: { sites: Site[]; siteId: strin
className="w-5 h-5 object-contain"
onError={() => setFaviconFailed(true)}
/>
- ) : (
+ ) : currentSite ? (
initial
+ ) : (
+
)}