Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Commit f6f0db0

Browse files
committed
fix obvious typo in previous release
1 parent 3c2725a commit f6f0db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handleServerRequest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function handleServerRequest(
1818

1919
// Prepare top-level navigation prop
2020
let navigation = null;
21-
function getNavigation() {
21+
function getCurrentNavigation() {
2222
return navigation;
2323
}
2424

@@ -28,7 +28,7 @@ export default function handleServerRequest(
2828
() => {},
2929
actionSubscribers,
3030
() => ({}),
31-
getNavigation
31+
getCurrentNavigation
3232
);
3333

3434
// Get title from active screen options

0 commit comments

Comments
 (0)