diff --git a/frontend/app/components/Alerts/AlertForm.js b/frontend/app/components/Alerts/AlertForm.js
index bd90f41df..1701c8e0a 100644
--- a/frontend/app/components/Alerts/AlertForm.js
+++ b/frontend/app/components/Alerts/AlertForm.js
@@ -160,26 +160,29 @@ const AlertForm = props => {
onChange={ ({ value }) => writeQueryOption(null, { name: 'operator', value: value.value }) }
/>
{ unit && (
-
+ <>
+
+ {'test'}
+ >
)}
{ !unit && (
-
+
)}