components/app: fix missing semicolons

This commit is contained in:
Simon Ser 2022-02-21 15:26:12 +01:00
parent 26cc073f41
commit 08578c9a21

View file

@ -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`