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