Skip to content

Commit

Permalink
linting error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Aug 14, 2024
1 parent 5e94899 commit 74451bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class DateSelection extends Mixins(StepperMixin) {
} else if (this.selectedDateObj) {
return CommonUtils.getTzFormattedDate(new Date(this.selectedDateObj), Intl.DateTimeFormat().resolvedOptions().timeZone, 'MMM dd, yyyy')
}
return CommonUtils.getTzFormattedDate(new Date(),Intl.DateTimeFormat().resolvedOptions().timeZone,'MMM dd, yyyy')
return CommonUtils.getTzFormattedDate(new Date(), Intl.DateTimeFormat().resolvedOptions().timeZone, 'MMM dd, yyyy')
}
private get selectedTimeSlot () {
Expand Down

0 comments on commit 74451bb

Please sign in to comment.