Skip to content

Commit

Permalink
Update packages/venia-ui/lib/components/CheckoutPage/PaymentInformati…
Browse files Browse the repository at this point in the history
…on/creditCard.js

Co-authored-by: Andy Terranova <13182778+supernova-at@users.noreply.github.com>
  • Loading branch information
revanth0212 and supernova-at authored Jan 28, 2021
1 parent 32d172e commit df33023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const CreditCard = props => {
const isFieldRequired = useCallback((value, { isBillingAddressSame }) => {
if (isBillingAddressSame) {
/**
* Informed validator functions return `undefined` is
* Informed validator functions return `undefined` if
* validation is `true`
*/
return undefined;
Expand Down

0 comments on commit df33023

Please sign in to comment.