From 316bc345d5e1098989b3eb8ee1cb9a6b313687e9 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 29 Apr 2022 17:29:19 -0400 Subject: [PATCH] Fix typescript --- web/components/SEO.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/SEO.tsx b/web/components/SEO.tsx index a0dd445d..8987d671 100644 --- a/web/components/SEO.tsx +++ b/web/components/SEO.tsx @@ -6,7 +6,7 @@ export type OgCardProps = { metadata: string creatorName: string creatorUsername: string - creatorAvatarUrl: string + creatorAvatarUrl?: string } function buildCardUrl(props: OgCardProps) {