Fix prettier that keeps messing with merging dev (#7412)

This commit is contained in:
Zack Barett
2020-10-21 06:14:10 -05:00
committed by GitHub
parent 7e2dc04123
commit fb9bd0eb7d
6 changed files with 39 additions and 37 deletions

View File

@@ -278,7 +278,7 @@ class HaChartBase extends mixinBehaviors(
this.set(["tooltip", "title"], title);
if (tooltip.beforeBody) {
this.set(["tooltip", "beforeBody"], tooltip.beforeBody.join("\n"));
this.set(["tooltip", "beforeBody"], tooltip.beforeBody.join("\n"));
}
const bodyLines = tooltip.body.map((n) => n.lines);