From f753c4d5da24b1911150be889272817efe171ee4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 8 Jun 2022 02:41:41 +0200 Subject: [PATCH] Add missing dependency to Postcard --- components/postcard/Postcard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/postcard/Postcard.tsx b/components/postcard/Postcard.tsx index ff02d03..b15dd9c 100644 --- a/components/postcard/Postcard.tsx +++ b/components/postcard/Postcard.tsx @@ -21,7 +21,7 @@ export function Postcard({src}: PostcardProps) { } } }, - [src] + [src, setPostcard] ) return null