File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ navigateToConversation(conversationId: string) {
7777 if (NavigationStateStore .isUsingStackNav ()) {
7878 NavigationStateStore .pushNewStackContext (convContext);
7979 } else {
80- NavgationStateStore .updateRightPanel (convContext);
80+ NavigationStateStore .updateRightPanel (convContext);
8181 }
8282}
8383```
@@ -99,7 +99,7 @@ The primary subscriber to the NavigationStateStore is a component called RootNav
9999protected _buildState (/* params omitted */ ): RootNavigationViewState {
100100 return {
101101 isStackNav: NavigationStateStore .isUsingStackNav (),
102- compositeNavContext: NavigationStateStore .getCompositeNavContext ()
102+ compositeNavContext: NavigationStateStore .getCompositeNavContext (),
103103 stackNavContext: NavigationStateStore .getStackNavContext ()
104104 };
105105}
You can’t perform that action at this time.
0 commit comments