diff --git a/lib/ui/partials/Layout.js b/lib/ui/partials/Layout.js index ec70d84a..54e4258f 100644 --- a/lib/ui/partials/Layout.js +++ b/lib/ui/partials/Layout.js @@ -142,9 +142,6 @@ class Layout extends Component { const controls = { toggleModal: this.toggleMobileMenu }; - const conditions = { - hasMobileMenu - }; return ( - - -

You'd think there would be something more interesting here.

- -
- - ); - } +export default function ErrorPage(props) { + return ( + <> + + +

You'd think there would be something more interesting here.

+