Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNeto committed Oct 3, 2018
1 parent 8c18d70 commit b05d8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/transactions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { saveState } from '../user/actions'
import { updatePortfolioFilters } from '../settings/actions'
import { updateMarketValues } from '../marketValues/actions'

export const loadTransactions = (transactions) => ({
export const loadTransactions = transactions => ({
type: types.LOAD_TRANSACTIONS,
payload: transactions
})
Expand Down

0 comments on commit b05d8ec

Please sign in to comment.