Skip to content

Commit

Permalink
fix(Coinify): full width button on order review
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 5, 2018
1 parent 3f94544 commit 53219f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const ReviewForm = (props) => {
<CenteredWrapper>
<Button
nature='primary'
fullwidth
disabled={submitting || invalid || !Remote.Success.is(quoteR) || busy}
onClick={onSubmit}>
{
Expand Down

0 comments on commit 53219f9

Please sign in to comment.