diff --git a/src/components/QueryRow/index.tsx b/src/components/QueryRow/index.tsx
index c4b84bd8..b2e1ae75 100644
--- a/src/components/QueryRow/index.tsx
+++ b/src/components/QueryRow/index.tsx
@@ -56,69 +56,64 @@ const QueryRow = ({ id, condition, index, update, remove, propertyOptions, schem
}, [value]);
return (
-
);
};