Use fragment instead of wrapper div
parent
507122b182
commit
bd0e8ff4be
|
@ -103,7 +103,7 @@ export class DataExplorer extends PureComponent<Props, State> {
|
|||
const {showWriteForm} = this.state
|
||||
|
||||
return (
|
||||
<div className="data-explorer">
|
||||
<>
|
||||
{showWriteForm ? (
|
||||
<OverlayTechnologies>
|
||||
<WriteDataForm
|
||||
|
@ -150,7 +150,7 @@ export class DataExplorer extends PureComponent<Props, State> {
|
|||
editQueryStatus={queryConfigActions.editQueryStatus}
|
||||
/>
|
||||
</ResizeContainer>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue