Use empty label instead of a single space label

This commit is contained in:
Piotr Jamróz
2021-08-16 16:41:42 +02:00
parent c47dbde392
commit 8412395327
@@ -32,7 +32,7 @@ export const SegmentSection = ({
{children}
{fill && (
<div className={styles.fill}>
<InlineLabel> </InlineLabel>
<InlineLabel>{''}</InlineLabel>
</div>
)}
</InlineFieldRow>