CSR-762 Fix null check

This commit is contained in:
Katie 2022-10-14 15:29:11 -04:00
parent cf14826a94
commit 9ee87f3437

View file

@ -143,7 +143,7 @@ export default {
this.pushClickEventToGA();
} else {
if (
this.valueToEmit &&
this.valueToEmit !== null &&
!this.isValueSelectedOnClick &&
this.isChecked &&
this.lastValuePushedToGa != this.value