aboutsummaryrefslogtreecommitdiffstats
path: root/development/mock-dev.js
diff options
context:
space:
mode:
Diffstat (limited to 'development/mock-dev.js')
-rw-r--r--development/mock-dev.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/mock-dev.js b/development/mock-dev.js
index 15f6ad4bf..1af10a131 100644
--- a/development/mock-dev.js
+++ b/development/mock-dev.js
@@ -42,7 +42,7 @@ if (routerPath) {
queryString = qs.parse(routerPath.split('?')[1])
}
-selectedView = queryString.view || 'first time'
+selectedView = queryString.view || 'send new ui'
const firstState = states[selectedView]
updateQueryParams(selectedView)