Remove unncessary empty line

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-04 18:29:12 +05:30
parent eb870cfc23
commit 7fbcf89539

View file

@ -84,7 +84,6 @@ export class SessionViewModel extends ViewModel {
const details = this.navigation.observe("details");
this.track(details.subscribe(() => this._toggleRoomInformationPanel()));
this._toggleRoomInformationPanel();
}
get id() {