missing semicolon

This commit is contained in:
Jaiwanth 2021-06-30 12:13:39 +05:30
parent a99b24ef83
commit f50604db78

View file

@ -130,7 +130,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
if (space !== this.activeSpace) await this.setActiveSpace(space);
if (space) {
const notificationState = this.getNotificationState(space.roomId)
const notificationState = this.getNotificationState(space.roomId);
const roomId = notificationState.getFirstRoomWithNotifications();
defaultDispatcher.dispatch({
action: "view_room",