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

Commit

Permalink
fix obvious typo in previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvicenti committed Oct 25, 2018
1 parent 3c2725a commit f6f0db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handleServerRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function handleServerRequest(

// Prepare top-level navigation prop
let navigation = null;
function getNavigation() {
function getCurrentNavigation() {
return navigation;
}

Expand All @@ -28,7 +28,7 @@ export default function handleServerRequest(
() => {},
actionSubscribers,
() => ({}),
getNavigation
getCurrentNavigation
);

// Get title from active screen options
Expand Down

0 comments on commit f6f0db0

Please sign in to comment.