Formatting

This commit is contained in:
Chloe Herd 2024-01-18 14:40:01 -05:00
parent 4a0c92a0f7
commit 10f1673622

View file

@ -142,7 +142,7 @@ const routes = [
} catch (error) {
console.log(error);
if(to.query?.fmgPage === funnelStartPageName) {
if (to.query?.fmgPage === funnelStartPageName) {
deleteFunnelCookie();
await baseMixin.methods.dispatchStoreAction(storeActions.RESET_STATE);
}