From dcd6bfc3d7bce9f9afaf9abfa3e7eda51cdcc14b Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 5 May 2025 20:31:59 -0400 Subject: [PATCH] lint --- src/front/App.tsx | 4 ++-- src/front/components/Lanyard/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/front/App.tsx b/src/front/App.tsx index 7e0a8cb..9f1dc68 100644 --- a/src/front/App.tsx +++ b/src/front/App.tsx @@ -56,7 +56,7 @@ export default () => { ), "/tmp/discord-ipc": () => lanyardInstance, "/tmp/heartrate": () => Hyperate(), - }; + }; const history: string[] = []; let historyIndex = -1; @@ -119,7 +119,7 @@ export default () => { ].join("\n"); } else { out = `bash: ${cmd}: command not found`; - } + } appendLine(out); inputBox.value = ""; diff --git a/src/front/components/Lanyard/index.tsx b/src/front/components/Lanyard/index.tsx index 9b58d6a..a47021c 100644 --- a/src/front/components/Lanyard/index.tsx +++ b/src/front/components/Lanyard/index.tsx @@ -48,7 +48,7 @@ export default () => { }), }, null, - 2 + 2, ); highlightElement(container.current); }