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:
parent
9f6e213374
commit
f753c4d5da
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export function Postcard({src}: PostcardProps) {
|
|||
}
|
||||
}
|
||||
},
|
||||
[src]
|
||||
[src, setPostcard]
|
||||
)
|
||||
|
||||
return null
|
||||
|
|
Loading…
Reference in a new issue