Skip to content

Commit

Permalink
Sanitization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Nov 10, 2022
1 parent d239312 commit a9f50f9
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 a9f50f9

Please sign in to comment.