diff --git a/web/containers/CardSidebar/index.tsx b/web/containers/CardSidebar/index.tsx
index fb924672c..5cdfbfdbc 100644
--- a/web/containers/CardSidebar/index.tsx
+++ b/web/containers/CardSidebar/index.tsx
@@ -58,16 +58,19 @@ export default function CardSidebar({
>
{title}
- {!asChild ||
- (hideMoreVerticalAction && (
-
setMore(!more)}
- >
-
-
- ))}
+ {!asChild && (
+ <>
+ {!hideMoreVerticalAction && (
+
setMore(!more)}
+ >
+
+
+ )}
+ >
+ )}