tweak wording
This commit is contained in:
parent
6965056b8b
commit
d53a893ea5
@ -68,7 +68,7 @@ const StatusInfo = ({status, statusBeforeAliasing}) => {
|
|||||||
return <>{LinkIfAvailable(null)}</>
|
return <>{LinkIfAvailable(null)}</>
|
||||||
}
|
}
|
||||||
if(status != statusBeforeAliasing) {
|
if(status != statusBeforeAliasing) {
|
||||||
return <>{status} - status in raw data was: {statusBeforeAliasing}</>
|
return <>{status} - status in data source was: {statusBeforeAliasing}</>
|
||||||
}
|
}
|
||||||
return <>{status}</>
|
return <>{status}</>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user