Fix Typo
This commit is contained in:
parent
de4dd9bada
commit
1f781aab03
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ async function runExperiments(nextPage) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getRedirectedStartPage() {
|
function getRedirectedStartPage() {
|
||||||
if (store.getters.requiresVerifiedRedirect) {
|
if (store.getters.requiresVerifiedRedirecting) {
|
||||||
return fmgPageValues.VEHICLE_DAMAGE;
|
return fmgPageValues.VEHICLE_DAMAGE;
|
||||||
} else {
|
} else {
|
||||||
return funnelStartPageName;
|
return funnelStartPageName;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue