Skip to content
Snippets Groups Projects

Resolve "Allow plugin to hide left panel"

Merged Piotr Gawron requested to merge 309-allow-plugin-to-hide-left-panel into development
9 files
+ 67
24
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -21,6 +21,7 @@ export const MolArtModal: React.FC = () => {
molart = new MolArt({
uniprotId: uniprot,
containerId,
customDataSources: [],
});
} catch (e) {
// eslint-disable-next-line no-console
Loading