diff --git a/plugins/nomad/src/components/EntityNomadJobVersionListCard/EntityNomadJobVersionListCard.tsx b/plugins/nomad/src/components/EntityNomadJobVersionListCard/EntityNomadJobVersionListCard.tsx index c40a7fbeed..0c1863b95e 100644 --- a/plugins/nomad/src/components/EntityNomadJobVersionListCard/EntityNomadJobVersionListCard.tsx +++ b/plugins/nomad/src/components/EntityNomadJobVersionListCard/EntityNomadJobVersionListCard.tsx @@ -114,7 +114,7 @@ export const EntityNomadJobVersionListCard = () => { return ; } - if (!entity) return <>; + if (!entity) return null; // Check that job ID is set if (!isNomadJobIDAvailable(entity)) {