diff --git a/public/app/plugins/panel/bargauge/BarGaugePanel.tsx b/public/app/plugins/panel/bargauge/BarGaugePanel.tsx index 1a68e41d26a..56481c1a9d3 100644 --- a/public/app/plugins/panel/bargauge/BarGaugePanel.tsx +++ b/public/app/plugins/panel/bargauge/BarGaugePanel.tsx @@ -61,7 +61,9 @@ export class BarGaugePanel extends PureComponent { if (hasLinks && getLinks) { return (
- {(api) => this.renderComponent(valueProps, api)} + + {(api) => this.renderComponent(valueProps, api)} +
); }