From cc159656a37d38b10d0979fd365296a68c4c55a4 Mon Sep 17 00:00:00 2001 From: Fred Mueller Date: Tue, 14 Jan 2020 14:27:51 -0500 Subject: [PATCH] removed hack to force mobile UI --- src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() {