0 && "mt-1.5 pt-1.5 border-t border-[var(--color-border-default)]/60"]}>
+ {section.phase && (
+
+ {section.phase}
+
+ )}
+ {section.items.map((item) => {
+ const isCurrent = item.title === activeGroup?.group;
+ return (
+
+
+ {item.title}
+
+ );
+ })}
+
+ ))}
)}