diff --git a/client/src/components/Modals/RepostCard.tsx b/client/src/components/Modals/RepostCard.tsx index 8a826f6..c679132 100644 --- a/client/src/components/Modals/RepostCard.tsx +++ b/client/src/components/Modals/RepostCard.tsx @@ -21,7 +21,7 @@ const RepostCard = ({ event }: RepostProps) => { const repostedEvent = JSON.parse(event.content); - const { files } = parseContent(event); + const { files } = parseContent(repostedEvent); const icon = getIconFromHash(event.pubkey); const navigate = useNavigate(); const [metadata, setMetadata] = useState()