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

Fixed: History details for unknown event type

pull/6/head
Qstick 6 years ago
parent 63253bf9e3
commit 016ec00fcd

@ -411,6 +411,16 @@ function HistoryDetails(props) {
</DescriptionList>
);
}
return (
<DescriptionList>
<DescriptionListItem
descriptionClassName={styles.description}
title="Name"
data={sourceTitle}
/>
</DescriptionList>
);
}
HistoryDetails.propTypes = {

Loading…
Cancel
Save