Skip to content

Commit

Permalink
Merge pull request #1343 from sharetribe/fix-warning
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
Gnito authored Aug 12, 2020
2 parents 84e1d5f + e51a5dc commit 118434a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2020-XX-XX

- [fix] remove typo [#1343](https://github.com/sharetribe/ftw-daily/pull/1343)
- [change] Some dependency updates [#1337](https://github.com/sharetribe/ftw-daily/pull/1337)
- [fix] Use Stripe's `confirmCardPayment` function instead of deprecated `handleCardPayment` to
confirm PaymentIntent. In addition to the rename, the arguments passed to `handleCardPayment` are
Expand Down
2 changes: 1 addition & 1 deletion src/util/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const openGraphMetaProps = data => {
/* eslint-disable no-console */
if (console && console.warn) {
console.warn(
`Can't create Openg Graph meta tags:
`Can't create Open Graph meta tags:
title, description, contentType, url, facebookImages, and canonicalRootURL are needed.`
);
}
Expand Down

0 comments on commit 118434a

Please sign in to comment.