mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07: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…
Add table
Add a link
Reference in a new issue