From 7397203bc081ddbab47a09adc271c544a8c00fc8 Mon Sep 17 00:00:00 2001 From: alexstotsky Date: Thu, 22 Aug 2024 14:39:50 +0300 Subject: [PATCH] Actualize provided handlers --- .../ConcentrationRisk/ConcentrationRisk.container.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/ConcentrationRisk/ConcentrationRisk.container.js b/src/components/ConcentrationRisk/ConcentrationRisk.container.js index 41beddd48..d514cc383 100644 --- a/src/components/ConcentrationRisk/ConcentrationRisk.container.js +++ b/src/components/ConcentrationRisk/ConcentrationRisk.container.js @@ -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, @@ -23,7 +23,6 @@ const mapStateToProps = state => ({ }) const mapDispatchToProps = { - refresh, fetchWallets, }