We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The long and complicated conditional branch could be replaced with a simple JSON file in the atlas-components/packages/atlas-anatomogram-experiment-table/src file.
https://github.com/ebi-gene-expression-group/atlas-components/blame/5e49a70e0ad77477d993ba79237d80ea43437943/packages/atlas-anatomogram-experiment-table/src/anatomogramExperimentTable.js#L92
Please move all the data out from this long conditional statement to a JSON file and use that one in this method.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The long and complicated conditional branch could be replaced with a simple JSON file in the atlas-components/packages/atlas-anatomogram-experiment-table/src file.
https://github.com/ebi-gene-expression-group/atlas-components/blame/5e49a70e0ad77477d993ba79237d80ea43437943/packages/atlas-anatomogram-experiment-table/src/anatomogramExperimentTable.js#L92
Please move all the data out from this long conditional statement to a JSON file and use that one in this method.
The text was updated successfully, but these errors were encountered: