mirror of
https://github.com/Readarr/Readarr
synced 2025-12-10 02:15:16 +01:00
parent
002234f71b
commit
ddf9e8bb01
2 changed files with 12 additions and 0 deletions
|
|
@ -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…
Reference in a new issue