Skip to content

Commit

Permalink
changes according to the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 authored and danjm committed Apr 10, 2019
1 parent c8ef7d3 commit 8072448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/components/app/send/send.selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
} = require('../../../helpers/utils/conversion-util')
const {
getMetaMaskAccounts,
getSelectedAddress
getSelectedAddress,
} = require('../../../selectors/selectors')
const {
estimateGasPriceFromRecentBlocks,
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/app/send/tests/send-container.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ proxyquire('../send.container.js', {
'./send.utils.js': {
calcGasTotal: (gasLimit, gasPrice) => gasLimit + gasPrice,
},

})

describe('send container', () => {
Expand Down

0 comments on commit 8072448

Please sign in to comment.