From 6acbf6395c480f2b927b5ab4f7c9b33cd70a9f91 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 2 Oct 2023 21:23:13 +0200 Subject: [PATCH] Ignore prettier styling for tooltip of disk life time (#18097) --- src/panels/config/storage/ha-config-section-storage.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/panels/config/storage/ha-config-section-storage.ts b/src/panels/config/storage/ha-config-section-storage.ts index 77ada689e7..ccfd3521b0 100644 --- a/src/panels/config/storage/ha-config-section-storage.ts +++ b/src/panels/config/storage/ha-config-section-storage.ts @@ -110,16 +110,14 @@ class HaConfigSectionStorage extends LitElement { > ${this._hostInfo.disk_life_time !== "" && this._hostInfo.disk_life_time >= 10 - ? html` + ? // prettier-ignore + html` `