diff --git a/src/App.js b/src/App.js index ec088bc..8a7ec8d 100644 --- a/src/App.js +++ b/src/App.js @@ -36,8 +36,7 @@ const queryString = require('query-string'); * */ -// const deviceIsMobile = isMobile; // HACK to allow easy mocking of isMobile for testing/debugging -const deviceIsMobile = true; // HACK to allow easy mocking of isMobile for testing/debugging +const deviceIsMobile = isMobile; // HACK to allow easy mocking of isMobile for testing/debugging function App() {