Skip to content

Commit

Permalink
fix(BuySell): fetch buy/sell metadata for canTrade
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 16, 2018
1 parent bd9a48f commit ce993a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import WalletLayout from './template'
class WalletLayoutContainer extends React.PureComponent {
componentWillMount () {
this.props.settingsActions.fetchSettings()
this.props.kvStoreBuySellActions.fetchMetadataBuySell()
this.props.kvStoreWhatsnewActions.fetchMetadataWhatsnew()
this.props.kvStoreShapeshiftActions.fetchMetadataShapeshift()
}
Expand Down

0 comments on commit ce993a7

Please sign in to comment.