fix: format
This commit is contained in:
parent
37a35022f5
commit
84328cfb90
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue