Skip to content
Snippets Groups Projects
Commit 65155c5b authored by Sherjeel Shabih's avatar Sherjeel Shabih Committed by Mohammad Nakhaee
Browse files

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

Changelog: Changed
parent 08c72538
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...
......@@ -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