simple fixes

develop
TBS093A 2020-08-20 13:12:54 +02:00
parent 2ea5127cb0
commit 646d918197
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@ const TrackGetAll = ({
}
const mapStateToProps = state => ({
album: state.album
track: state.track
})
const mapDispatchToProps = dispatch => ({

View File

@ -8,7 +8,6 @@ import { mapRowToString } from '../Abstract Utils/MapRowsToString'
import { AbstractGetOne } from '../Abstract Utils/AbstractGetOne'
const TrackGetOne = ({
album,
getOneTrack,
consoleHistory, setConsoleHistory,
componentVisible, setComponentVisible,
@ -83,7 +82,7 @@ const TrackGetOne = ({
}
const mapStateToProps = state => ({
album: state.album
track: state.track
})
const mapDispatchToProps = dispatch => ({