mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 13:38:40 +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 }) {
|
export function Footer({ context }) {
|
||||||
const footerContent = useRef();
|
const footerContent = useRef();
|
||||||
const [log, setLog] = useState([]);
|
const [log, setLog] = useState([]);
|
||||||
const{ activeFooter, isZen, panelPosition } = useSettings();
|
const { activeFooter, isZen, panelPosition } = useSettings();
|
||||||
|
|
||||||
useLayoutEffect(() => {
|
useLayoutEffect(() => {
|
||||||
if (footerContent.current && activeFooter === 'console') {
|
if (footerContent.current && activeFooter === 'console') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user