in the TrackList class there is no need to render the list of tracks based on this.props.isRemoval because whether it is true or false we still would like to render a list of tracks. We already used this.props.isRemoval to load each track with a add or minus option in track.js. Hence Tracklist class would be like so:
in the TrackList class there is no need to render the list of tracks based on
this.props.isRemoval
because whether it is true or false we still would like to render a list of tracks. We already usedthis.props.isRemoval
to load each track with a add or minus option in track.js. Hence Tracklist class would be like so: