From 08578c9a21bdc741b4c65c4d0ddd9f6dd9f780df Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 21 Feb 2022 15:26:12 +0100 Subject: [PATCH] components/app: fix missing semicolons --- components/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/app.js b/components/app.js index cde062a..a534f21 100644 --- a/components/app.js +++ b/components/app.js @@ -1840,9 +1840,9 @@ export default class App extends Component { composerReadOnly = true; } - let commandOnly = false + let commandOnly = false; if (activeBuffer && activeBuffer.type === BufferType.SERVER) { - commandOnly = true + commandOnly = true; } return html`