diff --git a/ui/component/navigationButton/view.jsx b/ui/component/navigationButton/view.jsx index a9f2fbb1c..72c9cb017 100644 --- a/ui/component/navigationButton/view.jsx +++ b/ui/component/navigationButton/view.jsx @@ -9,7 +9,7 @@ const MAX_HISTORY_SIZE = 12; type Props = { isBackward: boolean, history: { - entries: { key: string, title: string }[], + entries: Array<{ key: string, title: string, pathname: string }>, go: number => void, goBack: () => void, goForward: () => void, @@ -44,19 +44,22 @@ const NavigationButton = (props: Props) => { // creates an
  • intended for the button's