Remove redundant div

This commit is contained in:
Piotr Jamróz
2021-08-16 14:30:04 +02:00
parent 9822fed23e
commit c41edffb0d
@@ -26,9 +26,7 @@ export const SegmentSection = ({
return (
<>
<div className={styles.container}>
<div>
<SegmentSectionLabel name={label} className="width-7" />
</div>
<SegmentSectionLabel name={label} className="width-7" />
{children}
{fill && <SegmentSectionFill />}
</div>