Skip to content

Commit

Permalink
rebase develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykLucka committed Aug 14, 2020
1 parent 36fbb10 commit af8b4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class SendGasRow extends Component {
const { showCustomizeGasModal, advancedInlineGasShown } = this.props
// Tests should behave in same way as mainnet, but are using Localhost
if (advancedInlineGasShown === true && !process.env.IN_TEST) {
return
return null
}
return (
<div
Expand Down

0 comments on commit af8b4be

Please sign in to comment.