From 03aee572210f2b97f30ebf411aacc9629b33271b Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 13 Nov 2023 20:11:34 +0000 Subject: [PATCH] Fix style of divider --- src/panelWebView/components/Actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}