[TASK] refactor sidebar forms (reduced size dramatically)
This commit is contained in:
@ -17,7 +17,7 @@ export class Sidebar {
|
||||
this.isOpen = false;
|
||||
}
|
||||
|
||||
checkStatus() {
|
||||
checkStatus(): Boolean {
|
||||
return this.isOpen;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user