diff --git a/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx b/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx index 88ebd61120a1b..31670c9f15955 100644 --- a/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx +++ b/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx @@ -75,9 +75,7 @@ export function OutputPane(): JSX.Element { return responseLoading ? ( ) : !response ? ( -
- Query results will appear here -
+ Query results will appear here ) : (
- Query be results will be visualized here -
+ Query be results will be visualized here ) : (
-
+