mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
tweak customformats check logic
This commit is contained in:
parent
c14fd2b4a3
commit
be24fab897
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ function ParseResult(props: ParseResultProps) {
|
|||
<ParseResultItem
|
||||
title={translate('CustomFormats')}
|
||||
data={
|
||||
customFormats && customFormats.length > 0 ? (
|
||||
customFormats?.length ? (
|
||||
<EpisodeFormats formats={customFormats} />
|
||||
) : (
|
||||
'-'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue