Chore: fix prettier error after github suggestions commit (#19150)

This commit is contained in:
Ryan McKinley
2019-09-16 21:48:37 -07:00
committed by GitHub
parent 015ab370b0
commit 383bdb160f

View File

@@ -135,7 +135,10 @@ export class AlertTab extends PureComponent<Props> {
if (!alert && hasTransformations) {
return (
<EditorTabBody heading="Alert">
<AlertBox severity={AppNotificationSeverity.Warning} title="Transformations are not supported in alert queries" />
<AlertBox
severity={AppNotificationSeverity.Warning}
title="Transformations are not supported in alert queries"
/>
</EditorTabBody>
);
}