mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
build: eslint
This commit is contained in:
@@ -7,7 +7,7 @@ import { Util } from '../util';
|
||||
|
||||
export class AppStore {
|
||||
@observable
|
||||
public navbarOpen: boolean = false;
|
||||
public navbarOpen = false;
|
||||
@observable
|
||||
public jwt?: string;
|
||||
@observable
|
||||
|
||||
Reference in New Issue
Block a user