Add default value for Queue count to avoid failed prop type

(cherry picked from commit 43ed7730f08de7baddbdafcccd99370258593221)
pull/3028/head
Bogdan 8 months ago committed by servarr
parent bd25c9e3e0
commit e4e1307f48

@ -338,4 +338,8 @@ Queue.propTypes = {
onRemoveSelectedPress: PropTypes.func.isRequired
};
Queue.defaultProps = {
count: 0
};
export default Queue;

Loading…
Cancel
Save