diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/donut-chart/donut-chart.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/donut-chart/donut-chart.ts index 12bb0385a7..916ce79310 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/donut-chart/donut-chart.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/donut-chart/donut-chart.ts @@ -252,7 +252,6 @@ export class UmbDonutChartElement extends LitElement { const circle = this.circles[index]; this._detailName = circle.name; this._detailAmount = circle.percent; - this.detailPercent = circle.percent; this._detailColor = circle.color; this._detailKind = circle.kind; }