diff --git a/app/components/navigation/Top/Top.container.tsx b/app/components/navigation/Top/Top.container.tsx index 066d578..ed14a7f 100644 --- a/app/components/navigation/Top/Top.container.tsx +++ b/app/components/navigation/Top/Top.container.tsx @@ -189,15 +189,11 @@ const TopContainer = memo( containerSize: "small" | "medium" | "large" | "xlarge", avatarSize: "small" | "medium" | "large" | "xlarge", ) => { - // Use ghost type when folderTop is true, filled (default) otherwise - const buttonType = folderTop ? "ghost" : "filled"; - const palette = "default"; - return (