We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/drum-IT/jamming/blob/master/src/Components/Playlist/Playlist.js#L18
The isRemoval prop is a handy solution, but it's a little "extra".
Could your TrackList component just check for the presence of either this.props.onRemove or this.props.onAdd to decide how to render, instead?
this.props.onRemove
this.props.onAdd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/drum-IT/jamming/blob/master/src/Components/Playlist/Playlist.js#L18
The isRemoval prop is a handy solution, but it's a little "extra".
Could your TrackList component just check for the presence of either
this.props.onRemove
orthis.props.onAdd
to decide how to render, instead?The text was updated successfully, but these errors were encountered: