Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/f9c83e14e52a57d6865307b3324a61c04a77a541 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(ui): add fallback for region display name

pull/992/head
sct 4 years ago
parent 29757db3a9
commit f9c83e14e5

@ -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

Loading…
Cancel
Save