tweak customformats check logic

pull/5945/head
Stevie Robinson 9 months ago committed by Mark McDowall
parent c14fd2b4a3
commit be24fab897

@ -229,7 +229,7 @@ function ParseResult(props: ParseResultProps) {
<ParseResultItem
title={translate('CustomFormats')}
data={
customFormats && customFormats.length > 0 ? (
customFormats?.length ? (
<EpisodeFormats formats={customFormats} />
) : (
'-'

Loading…
Cancel
Save