mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 07:15:24 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user