diff --git a/frontend/src/pages/Broadcast/Component/AllBroadcasts/Card/Card.jsx b/frontend/src/pages/Broadcast/Component/AllBroadcasts/Card/Card.jsx index e5b67384..d7fc290a 100644 --- a/frontend/src/pages/Broadcast/Component/AllBroadcasts/Card/Card.jsx +++ b/frontend/src/pages/Broadcast/Component/AllBroadcasts/Card/Card.jsx @@ -13,9 +13,9 @@ export function Card(props) { setFlipped(!flipped); }; - const handleOpen = (s, h, i) => { + const handleOpen = (s, h, i, l) => { setOpen(true); - setData({ head: h, desc: s, img: i }); + setData({ head: h, desc: s, img: i, link: l }); }; const handleClose = () => { @@ -53,9 +53,7 @@ export function Card(props) { >