tweak customformats check logic
This commit is contained in:
parent
c14fd2b4a3
commit
be24fab897
|
@ -229,7 +229,7 @@ function ParseResult(props: ParseResultProps) {
|
||||||
<ParseResultItem
|
<ParseResultItem
|
||||||
title={translate('CustomFormats')}
|
title={translate('CustomFormats')}
|
||||||
data={
|
data={
|
||||||
customFormats && customFormats.length > 0 ? (
|
customFormats?.length ? (
|
||||||
<EpisodeFormats formats={customFormats} />
|
<EpisodeFormats formats={customFormats} />
|
||||||
) : (
|
) : (
|
||||||
'-'
|
'-'
|
||||||
|
|
Loading…
Reference in New Issue