mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
@@ -17,7 +17,7 @@ function About() {
|
||||
packageVersion,
|
||||
packageAuthor,
|
||||
isNetCore,
|
||||
isDocker,
|
||||
isContainerized,
|
||||
runtimeVersion,
|
||||
databaseVersion,
|
||||
databaseType,
|
||||
@@ -62,7 +62,7 @@ function About() {
|
||||
/>
|
||||
) : null}
|
||||
|
||||
{isDocker ? (
|
||||
{isContainerized ? (
|
||||
<DescriptionListItem title={translate('Docker')} data="Yes" />
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user