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

Fixed: Calendar defaultProps for statistics

Fixes 
pull/504/head
Qstick 7 years ago
parent 002234f71b
commit ddf9e8bb01

@ -133,4 +133,10 @@ AgendaEvent.propTypes = {
longDateFormat: PropTypes.string.isRequired
};
AgendaEvent.defaultProps = {
statistics: {
percentOfTracks: 0
}
};
export default AgendaEvent;

@ -134,4 +134,10 @@ CalendarEvent.propTypes = {
onEventModalOpenToggle: PropTypes.func.isRequired
};
CalendarEvent.defaultProps = {
statistics: {
percentOfTracks: 0
}
};
export default CalendarEvent;

Loading…
Cancel
Save