mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
parent
0b7aa19ac0
commit
1025bdc76e
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue