confirm naira withdrawal added
This commit was merged in pull request #326.
This commit is contained in:
@@ -303,7 +303,7 @@ function NairaWithdraw({ payment, wallet }) {
|
||||
) : (
|
||||
<button
|
||||
type="submit"
|
||||
disabled={props.isSubmitting}
|
||||
disabled={(props.isSubmitting || sendMoneyFee.loading) ? true : false}
|
||||
className="text-lg text-white bg-sky-blue px-4 py-2 hover:opacity-90 rounded-md"
|
||||
>
|
||||
Continue
|
||||
|
||||
Reference in New Issue
Block a user