mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): lint
This commit is contained in:
@@ -1169,7 +1169,7 @@ export class Datetime implements ComponentInterface {
|
||||
|
||||
private processValue = (value?: string | string[] | null) => {
|
||||
const hasValue = value !== '' && value !== null && value !== undefined;
|
||||
let valueToProcess = hasValue ? parseDate(value) : this.defaultParts;
|
||||
const valueToProcess = hasValue ? parseDate(value) : this.defaultParts;
|
||||
|
||||
const { minParts, maxParts } = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user