-
- {shape.props.label || p.label}
+
+
+ {p.icon}
+ {label}
- {!isBoundary && shape.props.questionId && Attached}
+ {!isBoundary && {shape.props.questionId ? 'Attached' : p.badge}}
+ {isBoundary && {label.toLowerCase().includes('end') ? 'B' : 'T'}}
+ {isBoundary && {label.toLowerCase().includes('end') ? 'Bottom' : 'Top'}}
)