mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): add fallback for region display name
This commit is contained in:
@@ -146,7 +146,8 @@ const RegionSelector: React.FC<RegionSelectorProps> = ({
|
||||
>
|
||||
{intl.formatDisplayName(region.iso_3166_1, {
|
||||
type: 'region',
|
||||
})}
|
||||
fallback: 'none',
|
||||
}) ?? region.english_name}
|
||||
</span>
|
||||
{selected && (
|
||||
<span
|
||||
|
Reference in New Issue
Block a user