Skip to content

Commit 8d9345d

Browse files
committed
Add missing return
1 parent 2121ff5 commit 8d9345d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/iframe/viewmodels/RootViewModel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export class RootViewModel extends ViewModel<SegmentType, Options> {
208208

209209
this._pendingClient = client;
210210
this.navigation.push(Section.Session, client.sessionId);
211+
return;
211212
}
212213

213214
// Open session.

0 commit comments

Comments
 (0)