Skip to content

Commit

Permalink
fix - lint/snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyncee59 committed Jun 7, 2018
1 parent d682368 commit bc7f434
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -15,7 +15,7 @@ exports[`ModalHeader component default renders correctly 1`] = `
/>
<Text
altFont={false}
capitalize={false}
capitalize={true}
color="gray-5"
cursor="inherit"
italic={false}
Expand Down
Expand Up @@ -49,4 +49,3 @@ export const fetchUnspendableBalance = () => ({ type: AT.FETCH_BITCOIN_UNSPENDAB
export const fetchUnspendableBalanceLoading = () => ({ type: AT.FETCH_BITCOIN_UNSPENDABLE_BALANCE_LOADING })
export const fetchUnspendableBalanceSuccess = (data) => ({ type: AT.FETCH_BITCOIN_UNSPENDABLE_BALANCE_SUCCESS, payload: data })
export const fetchUnspendableBalanceFailure = (error) => ({ type: AT.FETCH_BITCOIN_UNSPENDABLE_BALANCE_FAILURE, payload: error })

0 comments on commit bc7f434

Please sign in to comment.