Skip to content

Commit 01424c1

Browse files
- lint.fix;
1 parent 9d51239 commit 01424c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ export class Datetime implements ComponentInterface {
23832383
if (isAdjacentDay) {
23842384
// The user selected a day outside the current month. Ignore this button, as the month will be re-rendered.
23852385
this.el.blur();
2386-
this.activeParts = {...activePart, ...referenceParts};
2386+
this.activeParts = { ...activePart, ...referenceParts };
23872387
this.animateToDate(referenceParts);
23882388
this.confirm();
23892389
} else {

0 commit comments

Comments
 (0)