mirror of https://github.com/vector-im/riot-web
missing semicolon
parent
a99b24ef83
commit
f50604db78
|
@ -130,7 +130,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
|
||||||
if (space !== this.activeSpace) await this.setActiveSpace(space);
|
if (space !== this.activeSpace) await this.setActiveSpace(space);
|
||||||
|
|
||||||
if (space) {
|
if (space) {
|
||||||
const notificationState = this.getNotificationState(space.roomId)
|
const notificationState = this.getNotificationState(space.roomId);
|
||||||
const roomId = notificationState.getFirstRoomWithNotifications();
|
const roomId = notificationState.getFirstRoomWithNotifications();
|
||||||
defaultDispatcher.dispatch({
|
defaultDispatcher.dispatch({
|
||||||
action: "view_room",
|
action: "view_room",
|
||||||
|
|
Loading…
Reference in New Issue