Fix map controls divider
This commit is contained in:
parent
b691842a21
commit
506f0287ab
@ -313,7 +313,7 @@ function MapControls({
|
||||
{sections.map((section, index) => (
|
||||
<Fragment key={section.id}>
|
||||
{section.component}
|
||||
{index !== sections.length - 1 && <Divider />}
|
||||
{index !== sections.length - 1 && divider}
|
||||
</Fragment>
|
||||
))}
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user