diff --git a/src/components/AppSwitcher.tsx b/src/components/AppSwitcher.tsx
index 76c4da5d3..7f2f86d19 100644
--- a/src/components/AppSwitcher.tsx
+++ b/src/components/AppSwitcher.tsx
@@ -24,11 +24,11 @@ export function AppSwitcher({ activeApp, onSwitch }: AppSwitcherProps) {
};
return (
-
+
);
}