1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix build

This commit is contained in:
andreas-unleash 2022-07-29 13:05:02 +03:00
parent 0a1666e82f
commit 95e55bc8ca

View File

@ -96,7 +96,7 @@ export const PlaygroundResultSegmentExecution = ({
/>
</SegmentExecutionConstraintWrapper>
<ConditionallyRender
condition={index < segments?.length -1}
condition={index < segments?.length - 1}
show={<StrategySeparator text="AND" sx={{ pt: 1 }} />}
/>
</SegmentExecutionWrapper>