fix: spelling error

This commit is contained in:
Leon Xu
2022-05-07 16:09:43 -07:00
parent 23a47a5c8b
commit 92969e08d8
+1 -1
View File
@@ -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>