We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabddf8 commit ed2aa4cCopy full SHA for ed2aa4c
src/index.tsx
@@ -8,8 +8,7 @@ import './index.less';
8
9
dayjs.locale('nb');
10
11
-// Bruk mock i testmiljøet til vi har fått backend på plass
12
-if (true || env.isDevelopment) {
+if (env.isDevelopment) {
13
require('./mock');
14
}
15
0 commit comments