1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-22 22:54:22 +00:00

Add missing dependency to Postcard

This commit is contained in:
Steffo 2022-06-08 02:41:41 +02:00
parent 9f6e213374
commit f753c4d5da
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -21,7 +21,7 @@ export function Postcard({src}: PostcardProps) {
} }
} }
}, },
[src] [src, setPostcard]
) )
return null return null