From c3f50a708f220eeb1e985434ac49a9706953cbab Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Tue, 19 Jan 2021 17:56:52 +0200 Subject: [PATCH] shell_version added to core imports --- src/App/App.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App/App.js b/src/App/App.js index 99b912455..9ebd40527 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -11,8 +11,9 @@ const routerViewsConfig = require('./routerViewsConfig'); const styles = require('./styles'); window.core_imports = { - sanitize_location_path: sanitizeLocationPath, - app_version: process.env.VERSION + app_version: process.env.VERSION, + shell_version: null, + sanitize_location_path: sanitizeLocationPath }; const App = () => {