Apply suggestions from code review

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-15 18:07:43 +02:00
committed by GitHub
parent d2d42a7fa2
commit 311bd449bd
2 changed files with 4 additions and 2 deletions
@@ -157,7 +157,9 @@ export function SystemDiagramCard() {
kind: ['Component', 'API', 'Resource', 'System', 'Domain'],
'spec.system': [
currentSystemName,
`${entity.metadata.namespace || ENTITY_DEFAULT_NAMESPACE}/${currentSystemName}`,
`${
entity.metadata.namespace || ENTITY_DEFAULT_NAMESPACE
}/${currentSystemName}`,
],
},
});