diff --git a/src/components/AppLayout/PlatformSwitcher/index.tsx b/src/components/AppLayout/PlatformSwitcher/index.tsx index 14f1d167..b72a79e0 100644 --- a/src/components/AppLayout/PlatformSwitcher/index.tsx +++ b/src/components/AppLayout/PlatformSwitcher/index.tsx @@ -5,7 +5,6 @@ import { useState, JSX, } from "react"; -import clsx from "clsx"; import { useOnClickOutside } from "usehooks-ts"; import { PlatformSwitcherButton } from "./PlatformSwitcherButton"; import { ContextMenu } from "../../ContextMenu"; @@ -67,11 +66,7 @@ export const PlatformSwitcher = ({ }} {...buttonProps} /> -
+ {isExpanded &&
}