Skip to content

Commit

Permalink
UIU-1980: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
annamelnyk authored and zburke committed Nov 25, 2020
1 parent 961d894 commit 1a0c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accounts/ChargeFeeFine/ChargeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ class ChargeForm extends React.Component {
</Button>
<Button
id="chargeAndPay"
disabled
// disabled={pristine || submitting || !valid}
disabled={true}
onClick={() => {
change('pay', true);
handleSubmit(data => onSubmit(data));
Expand Down

0 comments on commit 1a0c9c6

Please sign in to comment.