From 4ab7c4e98274f81a73433937552f0f676c7301f6 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 20:38:32 +0200 Subject: [PATCH] nav menu shown in NotFound page --- src/routes/NotFound/NotFound.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/NotFound/NotFound.js b/src/routes/NotFound/NotFound.js index 0c0f93db6..68d1762f3 100644 --- a/src/routes/NotFound/NotFound.js +++ b/src/routes/NotFound/NotFound.js @@ -10,6 +10,7 @@ const NotFound = () => { title={'Page not found'} backButton={true} fullscreenButton={true} + navMenu={true} />