landscape: fix overeager graphapp routing

It was blank paging instead of showing a 404.
This commit is contained in:
Matilde Park 2020-11-24 17:20:35 -05:00
parent 3765a8a767
commit b9874b4e5b

View File

@ -69,7 +69,7 @@ export const Content = (props) => {
<Notifications {...props} />
)}
/>
<GraphApp {...props} />
<GraphApp path="/~graph" {...props} />
<Route
render={p => (
<ErrorComponent