Skip to content
Snippets Groups Projects
Commit 0137394f authored by Mohammad Nakhaee's avatar Mohammad Nakhaee
Browse files

Merge branch 'fix-gui-to-show-nexuscard-with-updated-plugin' into 'develop'

Changes the display nexus card logic to the new way a parser is loaded in and...

See merge request !2026
parents 6b540688 65155c5b
No related branches found
No related tags found
1 merge request!2026Changes the display nexus card logic to the new way a parser is loaded in and...
Pipeline #215925 passed
......@@ -30,7 +30,7 @@ const useNexusCardStyles = makeStyles(theme => ({
const NexusCard = React.memo(function NexusCard({index}) {
const classes = useNexusCardStyles()
if (index.parser_name !== 'parsers/nexus') {
if (index.parser_name !== 'pynxtools.nomad.entrypoints:nexus_parser') {
return null
}
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment