forked from Archives/Athou_commafeed
add data attributes to tree elements (#1507)
This commit is contained in:
@@ -310,6 +310,7 @@ export function FeedEntries() {
|
||||
ref={el => {
|
||||
if (el) el.id = Constants.dom.entryId(entry)
|
||||
}}
|
||||
data-id={entry.id}
|
||||
>
|
||||
<FeedEntry
|
||||
entry={entry}
|
||||
|
||||
Reference in New Issue
Block a user