CASH-2397 prettier
This commit is contained in:
parent
f6f350afb1
commit
6b19ada54a
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue