diff --git a/src/ui/component/router/view.jsx b/src/ui/component/router/view.jsx
index a3323ddae..b1454a9ca 100644
--- a/src/ui/component/router/view.jsx
+++ b/src/ui/component/router/view.jsx
@@ -71,10 +71,6 @@ function AppRouter(props: Props) {
-
-
- {/* Route not found. Mostly for people typing crazy urls into the url */}
- } />
);
}