mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
landscape: fix overeager graphapp routing
It was blank paging instead of showing a 404.
This commit is contained in:
parent
3765a8a767
commit
b9874b4e5b
@ -69,7 +69,7 @@ export const Content = (props) => {
|
||||
<Notifications {...props} />
|
||||
)}
|
||||
/>
|
||||
<GraphApp {...props} />
|
||||
<GraphApp path="/~graph" {...props} />
|
||||
<Route
|
||||
render={p => (
|
||||
<ErrorComponent
|
||||
|
Loading…
Reference in New Issue
Block a user