From a41ee5d15ca6f01c09eb6df1b72b267a1c5b8139 Mon Sep 17 00:00:00 2001 From: Antonio Rivero Date: Mon, 5 Feb 2024 20:34:47 +0100 Subject: [PATCH] BigNumber with Time Comparison: - fix lint --- .../plugin-chart-period-over-period-kpi/src/plugin/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts b/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts index a8e48d4253a88..2ffa1bb319b0a 100644 --- a/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts +++ b/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts @@ -35,7 +35,8 @@ export default class PopKPIPlugin extends ChartPlugin { */ constructor() { const metadata = new ChartMetadata({ - description: 'Showcases a metric along with a comparison of value, change, and percent change for a selected time period.', + description: + 'Showcases a metric along with a comparison of value, change, and percent change for a selected time period.', name: t('Big Number with Time Period Comparison'), thumbnail, });