mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Update dependency prettier to v3.1.0 (#18675)
* Update dependency prettier to v3.1.0 * Reformat --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
@@ -33,8 +33,8 @@ class HaInputDateTimeForm extends LitElement {
|
||||
item.has_time && item.has_date
|
||||
? "datetime"
|
||||
: item.has_time
|
||||
? "time"
|
||||
: "date";
|
||||
? "time"
|
||||
: "date";
|
||||
this._item.has_date =
|
||||
!item.has_date && !item.has_time ? true : item.has_date;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user