fix: spelling error
This commit is contained in:
@@ -118,7 +118,7 @@ function Payment() {
|
||||
prefix={"$"}
|
||||
/>
|
||||
<button disabled={processing || disabled || succeeded}>
|
||||
<span>{processing ? <p>Processing...</p> : "Buy Now"}</span>
|
||||
<span>{processing ? <p>Processing</p> : "Buy Now"}</span>
|
||||
</button>
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user