Set default unknown email.

This commit is contained in:
elweyn 2022-03-11 11:12:44 +01:00
parent f206585b67
commit 016f5ef657

View File

@ -28,6 +28,11 @@ const createMockObject = (comingFrom) => {
comingFrom,
},
},
$store: {
state: {
email: undefined,
},
},
},
stubs,
}