forked from CringeStudios/gamja
components/app: fix missing semicolons
This commit is contained in:
parent
26cc073f41
commit
08578c9a21
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user