Skip to content

Commit ad25947

Browse files
committed
chore: fix lint after merge
1 parent 1023829 commit ad25947

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/viewmodels/room-list/RoomListViewModel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ export class RoomListViewModel
601601
}
602602
};
603603

604-
public onSectionCreated = (tag: string): void => {
605-
this.updateRoomListData(false, null, tag);
604+
public onSectionCreated = (tag: string): void => {
605+
this.updateRoomListData(false, null, tag);
606606
this.showToast("section_created");
607607
};
608608

0 commit comments

Comments
 (0)