mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(ui): null deref (#13696)
This commit is contained in:
parent
0e2a79665a
commit
81a510aff6
@ -214,7 +214,7 @@ export const AssertionResultPopoverContent = ({
|
||||
<a href={result.externalUrl} target="_blank" rel="noopener noreferrer">
|
||||
View results in{' '}
|
||||
{assertion.platform?.name &&
|
||||
assertion.platform?.name.toLowerCase() !== 'unknown'
|
||||
assertion.platform?.name?.toLowerCase() !== 'unknown'
|
||||
? assertion.platform?.name
|
||||
: 'source system.'}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user