CASH-341
CASH-341 changed var back to let
This commit is contained in:
parent
96ac6183c0
commit
9641723d18
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ export default {
|
||||||
this.updateSupportingItems();
|
this.updateSupportingItems();
|
||||||
|
|
||||||
if (this.displayWaitList) {
|
if (this.displayWaitList) {
|
||||||
var gaLabel = "";
|
let gaLabel = "";
|
||||||
let status = this.waitListRequested ? "checked" : "unchecked";
|
let status = this.waitListRequested ? "checked" : "unchecked";
|
||||||
if (
|
if (
|
||||||
this.waitListRequested === null &&
|
this.waitListRequested === null &&
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue