parent
0b7aa19ac0
commit
1025bdc76e
|
@ -45,10 +45,14 @@ class About extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
isMonoRuntime &&
|
isMonoRuntime ?
|
||||||
<DescriptionListItem
|
<DescriptionListItem
|
||||||
title="Mono Version"
|
title="Mono Version"
|
||||||
data={runtimeVersion}
|
data={runtimeVersion}
|
||||||
|
/> :
|
||||||
|
<DescriptionListItem
|
||||||
|
title=".net Version"
|
||||||
|
data={runtimeVersion}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue