diff --git a/frontend/src/index.js b/frontend/src/index.js index 0012bfdb..a69ef325 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -22,7 +22,7 @@ if (process.env.NODE_ENV !== 'production') { const states = { all: MockState, testing: MockStateTesting -} +}; const query = qs.parse(window.location.search.replace(/^\?/, '')); const mockState = states[query.mock || 'testing'];