0 ? "6px" : 0, borderTop: activeItems.length > 0 ? "1px solid #21262d" : "none", paddingTop: activeItems.length > 0 ? "6px" : 0 }}>
+ {backlogItems.map((item) => {
+ const idNum = item.story_id.match(/^(\d+)/)?.[1];
+ return (
+
+ {idNum && #{idNum}}
+ {item.name}
+
+ );
+ })}
+ {remainingBacklog > 0 && (
+
+ …and {remainingBacklog} more
+
+ )}
+