fix: format

This commit is contained in:
Felix Roos 2023-08-18 23:46:26 +02:00
parent 37a35022f5
commit 84328cfb90

View File

@ -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') {