mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-13 06:38:31 +00:00
fix: format
This commit is contained in:
parent
37a35022f5
commit
84328cfb90
@ -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') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user