From 84328cfb90fb0cb7936dc244d95ac064a895a50c Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 18 Aug 2023 23:46:26 +0200 Subject: [PATCH] fix: format --- website/src/repl/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/repl/Footer.jsx b/website/src/repl/Footer.jsx index bfa46bd3..1eaa9333 100644 --- a/website/src/repl/Footer.jsx +++ b/website/src/repl/Footer.jsx @@ -16,7 +16,7 @@ const TAURI = window.__TAURI__; export function Footer({ context }) { const footerContent = useRef(); const [log, setLog] = useState([]); - const{ activeFooter, isZen, panelPosition } = useSettings(); + const { activeFooter, isZen, panelPosition } = useSettings(); useLayoutEffect(() => { if (footerContent.current && activeFooter === 'console') {