Skip to content

Commit

Permalink
Merge pull request #17 from OriginProtocol/shah/sanitization-fix
Browse files Browse the repository at this point in the history
Sanitization fix
  • Loading branch information
shahthepro authored Nov 10, 2022
2 parents d239312 + a9f50f9 commit 84e5c72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/sanitize.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ function sanitizeTeam(team) {
}

function sanitizeSeo(seo) {
if (!seo) return seo;

return {
...pick(seo, [
'metaTitle',
Expand Down

0 comments on commit 84e5c72

Please sign in to comment.