Skip to content

Commit

Permalink
removed hack to force mobile UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Mueller committed Jan 14, 2020
1 parent 8f9927a commit cc15965
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down

0 comments on commit cc15965

Please sign in to comment.