mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
style fix
This commit is contained in:
parent
e75f03b8f2
commit
f057bbfd61
@ -63,11 +63,11 @@ export const PlaygroundResultFeatureStrategyItem = ({
|
|||||||
condition={index > 0}
|
condition={index > 0}
|
||||||
show={<StrategySeparator text="OR" />}
|
show={<StrategySeparator text="OR" />}
|
||||||
/>
|
/>
|
||||||
<StyledItemWrapper sx={{ mr: 2 }}>
|
<StyledItemWrapper sx={{ mr: 3 }}>
|
||||||
<Typography
|
<Typography
|
||||||
variant={'subtitle1'}
|
variant={'subtitle1'}
|
||||||
color={'text.secondary'}
|
color={'text.secondary'}
|
||||||
sx={{ ml: 1 }}
|
sx={{ ml: 2 }}
|
||||||
>
|
>
|
||||||
{index + 1}
|
{index + 1}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
@ -36,7 +36,7 @@ export const PlaygroundResultStrategyExecution = ({
|
|||||||
const { uiConfig } = useUiConfig();
|
const { uiConfig } = useUiConfig();
|
||||||
const { classes: styles } = useStyles();
|
const { classes: styles } = useStyles();
|
||||||
|
|
||||||
const hasConstraints = Boolean(constraints && constraints.length > 0);
|
const hasConstraints = Boolean(constraints && constraints?.length > 0);
|
||||||
const hasParameters = Object.keys(parameters).length === 0;
|
const hasParameters = Object.keys(parameters).length === 0;
|
||||||
|
|
||||||
if (!parameters) {
|
if (!parameters) {
|
||||||
|
Loading…
Reference in New Issue
Block a user