+ {entries.map((entry, index) => (
+
+ {provided => (
+
+
+
+
+ {entry.title || `${t("EVENTS.PLAYLISTS.DETAILS.ENTRIES.UNKNOWN")} [${entry.contentId}]`}
+
+
+
+ {showEngageLinks && engageUrl && (
+
+ e.stopPropagation()}
+ >
+
+
+
+ )}
+
removeEntry(index)}
+ tooltipText="EVENTS.PLAYLISTS.DETAILS.ENTRIES.REMOVE"
+ aria-label={t("EVENTS.PLAYLISTS.DETAILS.ENTRIES.REMOVE")}
+ >
+
+
+
+ )}
+
+ ))}
+ {provided.placeholder}
+
+ )}
+