Fixed: TBA airing network label

pull/5994/head
Stevie Robinson 10 months ago committed by GitHub
parent 229a4bba05
commit c39902e58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ function EpisodeAiring(props) {
if (!airDateUtc) {
return (
<span>
{translate('AirsTbaOn', { networkLabel: '' })}networkLabel
{translate('AirsTbaOn', { networkLabel: '' })}{networkLabel}
</span>
);
}

Loading…
Cancel
Save