Skip to content

Commit

Permalink
Actualize provided handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstotsky committed Aug 22, 2024
1 parent 2da2b00 commit 7397203
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { connect } from 'react-redux'
import { withRouter } from 'react-router-dom'
import { withTranslation } from 'react-i18next'

import { fetchWallets, refresh } from 'state/wallets/actions'
import { fetchWallets } from 'state/wallets/actions'
import {
getEntries,
getTimestamp,
Expand All @@ -23,7 +23,6 @@ const mapStateToProps = state => ({
})

const mapDispatchToProps = {
refresh,
fetchWallets,
}

Expand Down

0 comments on commit 7397203

Please sign in to comment.