mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Remove unncessary empty line
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
eb870cfc23
commit
7fbcf89539
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user