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

fix: missing personId in ListView component

pull/228/head
sct 4 years ago
parent 8cd067b6e9
commit 6502feb1a5

@ -69,6 +69,7 @@ const ListView: React.FC<ListViewProps> = ({
case 'person':
titleCard = (
<PersonCard
personId={title.id}
name={title.name}
profilePath={title.profilePath}
canExpand

Loading…
Cancel
Save