formatting

This commit is contained in:
Matt Caimi 2023-02-28 11:44:02 -05:00
parent eee5a31c13
commit cdeed7226e
3 changed files with 4 additions and 4 deletions

View file

@ -104,7 +104,7 @@ export default {
}, },
setData(mobileFee) { setData(mobileFee) {
if (mobileFee) { if (mobileFee) {
this.mobileLocationQuestions.mobileFee = mobileFee this.mobileLocationQuestions.mobileFee = mobileFee;
} }
}, },
getRegistrationAddressFromStore() { getRegistrationAddressFromStore() {