diff --git a/public/app/features/alerting/AlertTab.tsx b/public/app/features/alerting/AlertTab.tsx index 91fe65c0b9c..c7e880c7dd4 100644 --- a/public/app/features/alerting/AlertTab.tsx +++ b/public/app/features/alerting/AlertTab.tsx @@ -135,7 +135,10 @@ export class AlertTab extends PureComponent { if (!alert && hasTransformations) { return ( - + ); }