Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Fixing BALANCES_GET_ERROR error
Browse files Browse the repository at this point in the history
  • Loading branch information
Genar Trias Ortiz committed Dec 7, 2017
1 parent dc776f7 commit 448e6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/balances.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const balancesGetSuccess = (balances) => ({
})

export const balancesGetError = (error) => ({
typep: BALANCES_GET_ERROR,
type: BALANCES_GET_ERROR,
error,
})

Expand Down

0 comments on commit 448e6d6

Please sign in to comment.