Formatting
This commit is contained in:
parent
4a0c92a0f7
commit
10f1673622
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ const routes = [
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|
||||||
if(to.query?.fmgPage === funnelStartPageName) {
|
if (to.query?.fmgPage === funnelStartPageName) {
|
||||||
deleteFunnelCookie();
|
deleteFunnelCookie();
|
||||||
await baseMixin.methods.dispatchStoreAction(storeActions.RESET_STATE);
|
await baseMixin.methods.dispatchStoreAction(storeActions.RESET_STATE);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue