Fixed: Previous airing in ArtistOverview not working

This commit is contained in:
Qstick
2018-10-16 21:46:35 -04:00
parent fe865fc4c3
commit 6ec8e522de
6 changed files with 54 additions and 18 deletions
@@ -167,6 +167,7 @@ class ArtistIndexOverviews extends Component {
overviewOptions,
showRelativeDates,
shortDateFormat,
longDateFormat,
timeFormat,
isSmallScreen
} = this.props;
@@ -194,6 +195,7 @@ class ArtistIndexOverviews extends Component {
overviewOptions={overviewOptions}
showRelativeDates={showRelativeDates}
shortDateFormat={shortDateFormat}
longDateFormat={longDateFormat}
timeFormat={timeFormat}
isSmallScreen={isSmallScreen}
style={style}
@@ -278,6 +280,7 @@ ArtistIndexOverviews.propTypes = {
contentBody: PropTypes.object.isRequired,
showRelativeDates: PropTypes.bool.isRequired,
shortDateFormat: PropTypes.string.isRequired,
longDateFormat: PropTypes.string.isRequired,
isSmallScreen: PropTypes.bool.isRequired,
timeFormat: PropTypes.string.isRequired,
onRender: PropTypes.func.isRequired,