diff --git a/src/panelWebView/components/Actions.tsx b/src/panelWebView/components/Actions.tsx index fa62f05d..841ec968 100644 --- a/src/panelWebView/components/Actions.tsx +++ b/src/panelWebView/components/Actions.tsx @@ -114,7 +114,7 @@ const Actions: React.FunctionComponent = ({ {customActions?.length > 0 && ( <> - {actions?.length > 0 &&
} + {actions?.length > 0 &&
} {...customActions}