diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts index bd073b3fc3..dd861617e3 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts @@ -36,8 +36,7 @@ export class UmbDashboardPerformanceProfilingElement extends LitElement { } private async _getProfilingStatus() { - - const {data} = await tryExecuteAndNotify(this, ProfilingResource.getProfilingStatus()); + const { data } = await tryExecuteAndNotify(this, ProfilingResource.getProfilingStatus()); if (data) { this._profilingStatus = data.enabled;