WIP: Checks the props for missing poster and deals with it accordingly (#221)

* Checks the props for missing poster and deals with it accordingly

* Qucik fixes while trying to fix the Artist Poster index bug..
This commit is contained in:
David Bates
2018-03-13 21:44:04 -05:00
committed by Qstick
parent 574e8ad36b
commit c6873014c7
6 changed files with 22 additions and 3 deletions
@@ -127,7 +127,7 @@ DeleteArtistModalContent.propTypes = {
artistName: PropTypes.string.isRequired,
path: PropTypes.string.isRequired,
trackFileCount: PropTypes.number.isRequired,
sizeOnDisk: PropTypes.number.isRequired,
sizeOnDisk: PropTypes.number,
onDeletePress: PropTypes.func.isRequired,
onModalClose: PropTypes.func.isRequired
};