diff --git a/public/app/features/alerting/unified/components/contact-points/ContactPoints.tsx b/public/app/features/alerting/unified/components/contact-points/ContactPoints.tsx index 123c4fbd1a5..c38fe825c96 100644 --- a/public/app/features/alerting/unified/components/contact-points/ContactPoints.tsx +++ b/public/app/features/alerting/unified/components/contact-points/ContactPoints.tsx @@ -101,7 +101,7 @@ const ContactPointsTab = () => { } return ( - <> + {/* TODO we can add some additional info here with a ToggleTip */} @@ -150,7 +150,7 @@ const ContactPointsTab = () => { )} {ExportDrawer} - + ); }; @@ -160,7 +160,7 @@ const NotificationTemplatesTab = () => { ); return ( - <> + @@ -181,7 +181,7 @@ const NotificationTemplatesTab = () => { )} - + ); };