fix prettier offense (#6830)
This commit is contained in:
parent
72afefe211
commit
6578d56308
|
@ -128,7 +128,9 @@
|
||||||
const sameTimezone = _isEqualZones(displayedTimezone, moment.tz.guess());
|
const sameTimezone = _isEqualZones(displayedTimezone, moment.tz.guess());
|
||||||
const inCalendarRange = dateTime.isBetween(
|
const inCalendarRange = dateTime.isBetween(
|
||||||
moment().subtract(2, "days"),
|
moment().subtract(2, "days"),
|
||||||
moment().add(1, "days").endOf("day")
|
moment()
|
||||||
|
.add(1, "days")
|
||||||
|
.endOf("day")
|
||||||
);
|
);
|
||||||
|
|
||||||
if (options.calendar && inCalendarRange) {
|
if (options.calendar && inCalendarRange) {
|
||||||
|
|
Loading…
Reference in New Issue