add data-feed-id to articles (#1983)

This commit is contained in:
Athou
2025-12-05 08:07:02 +01:00
parent 0d49b91cc6
commit 8b10c608fc

View File

@@ -145,6 +145,7 @@ export function FeedEntry(props: Readonly<FeedEntryProps>) {
component="article"
id={Constants.dom.entryId(props.entry)}
data-id={props.entry.id}
data-feed-id={props.entry.feedId}
withBorder
radius={borderRadius}
className={cx(classes.paper, {