Remove unncessary empty line
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
eb870cfc23
commit
7fbcf89539
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ export class SessionViewModel extends ViewModel {
|
||||||
const details = this.navigation.observe("details");
|
const details = this.navigation.observe("details");
|
||||||
this.track(details.subscribe(() => this._toggleRoomInformationPanel()));
|
this.track(details.subscribe(() => this._toggleRoomInformationPanel()));
|
||||||
this._toggleRoomInformationPanel();
|
this._toggleRoomInformationPanel();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get id() {
|
get id() {
|
||||||
|
|
Reference in a new issue