This commit is contained in:
hzrd149 2023-11-15 15:34:36 -06:00
parent e144f13e9c
commit 4a8e4fa2c0

View File

@ -118,7 +118,7 @@ export const Note = React.memo(
<Text>
Replying to <UserLink pubkey={repliedTo.pubkey} fontWeight="bold" />
</Text>
<InlineNoteContent event={event} maxLength={96} isTruncated />
<InlineNoteContent event={repliedTo} maxLength={96} isTruncated />
</Flex>
)}
</CardHeader>