mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-16 00:37:28 +08:00
HACK: Comment out code which returns invalid data
It seems like the backend is returning a weird response when queried for addons. Once the backend issue is identified and fixed this should be uncommented. Signed-off-by: Adrian Oprea <adrian@oprea.rocks>
This commit is contained in:
parent
cade0ae686
commit
157969aa5e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default (props: Props): Node => {
|
||||||
<strong>
|
<strong>
|
||||||
<FormattedMessage id="general.addon_versions" />
|
<FormattedMessage id="general.addon_versions" />
|
||||||
</strong>
|
</strong>
|
||||||
{addons.map((addon: string): Node => <p>{addon}</p>)}
|
{/* {addons.map((addon: string): Node => <p>{addon}</p>)} */}
|
||||||
</Modal.Body>
|
</Modal.Body>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue