CASH-341 changed var back to  let
This commit is contained in:
Johnny shultz 2025-06-19 12:45:33 -04:00
parent 96ac6183c0
commit 9641723d18

View file

@ -543,7 +543,7 @@ export default {
this.updateSupportingItems();
if (this.displayWaitList) {
var gaLabel = "";
let gaLabel = "";
let status = this.waitListRequested ? "checked" : "unchecked";
if (
this.waitListRequested === null &&