CASH-2397 prettier

This commit is contained in:
Adam Caouette 2026-02-18 17:44:48 -05:00
parent f6f350afb1
commit 6b19ada54a

View file

@ -1843,7 +1843,8 @@ export default {
this.setSelectedDateToFirstAvailable();
},
setSelectedDateToFirstAvailable() {
if (this.hasSelectableDatesLoaded) { // ensure dates have been loaded by now
if (this.hasSelectableDatesLoaded) {
// ensure dates have been loaded by now
this.selectedDate = this.getFirstAvailableDate();
}
},