|
|
@ -25,6 +25,7 @@ import { |
|
|
|
triggerToaster, |
|
|
|
shepherdRemoveCoin, |
|
|
|
toggleCoindDownModal, |
|
|
|
dashboardRemoveCoin, |
|
|
|
} from '../../../actions/actionCreators'; |
|
|
|
import Store from '../../../store'; |
|
|
|
import Config from '../../../config'; |
|
|
@ -151,6 +152,8 @@ class CoinTileItem extends React.Component { |
|
|
|
'success' |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
Store.dispatch(dashboardRemoveCoin(coin)); |
|
|
|
Store.dispatch(getDexCoins()); |
|
|
|
Store.dispatch(activeHandle()); |
|
|
|
setTimeout(() => { |
|
|
@ -179,6 +182,7 @@ class CoinTileItem extends React.Component { |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
Store.dispatch(dashboardRemoveCoin(coin)); |
|
|
|
Store.dispatch(getDexCoins()); |
|
|
|
Store.dispatch(activeHandle()); |
|
|
|
setTimeout(() => { |
|
|
|