From bd0e8ff4be8fd554a56f954cfc56da020210d777 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 23 May 2018 14:35:04 -0700 Subject: [PATCH] Use fragment instead of wrapper div --- ui/src/data_explorer/containers/DataExplorer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/data_explorer/containers/DataExplorer.tsx b/ui/src/data_explorer/containers/DataExplorer.tsx index 49c810a882..4dbd393090 100644 --- a/ui/src/data_explorer/containers/DataExplorer.tsx +++ b/ui/src/data_explorer/containers/DataExplorer.tsx @@ -103,7 +103,7 @@ export class DataExplorer extends PureComponent { const {showWriteForm} = this.state return ( -
+ <> {showWriteForm ? ( { editQueryStatus={queryConfigActions.editQueryStatus} /> -
+ ) }