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

Remove unused variable from MovieHistoryRow

pull/6918/head
Qstick 3 years ago
parent 59186adbfc
commit 57e05b70da

@ -67,8 +67,7 @@ class MovieHistoryRow extends Component {
data,
isMarkingAsFailed,
shortDateFormat,
timeFormat,
onMarkAsFailedPress
timeFormat
} = this.props;
const {

Loading…
Cancel
Save