diff --git a/src/plugins/databases/index.js b/src/plugins/databases/index.js index a044c39e8..3ba828fc5 100644 --- a/src/plugins/databases/index.js +++ b/src/plugins/databases/index.js @@ -1371,31 +1371,35 @@ export default class DatabasesPlugin extends FlipperPlugin< ) : null} - - {this.state.viewMode === 'data' - ? renderTable(this.state.currentPage, this) - : null} - {this.state.viewMode === 'structure' ? this.renderStructure() : null} - {this.state.viewMode === 'SQL' - ? this.renderQuery(this.state.queryResult) - : null} - {this.state.viewMode === 'tableInfo' ? ( -