mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
improvements
This commit is contained in:
parent
54def95727
commit
2858aae45e
@ -23,8 +23,6 @@ export const PlaygroundResultFeatureDetails = ({
|
||||
const { classes: styles } = useStyles();
|
||||
const theme = useTheme();
|
||||
|
||||
console.log(feature);
|
||||
|
||||
const description =
|
||||
feature.isEnabled === 'unevaluated'
|
||||
? `This feature toggle is Unevaluated in ${input?.environment} because `
|
||||
|
@ -35,7 +35,6 @@ export const PlaygroundResultStrategyLists = ({
|
||||
input,
|
||||
compact = false,
|
||||
}: PlaygroundResultStrategyListProps) => {
|
||||
console.log(strategies);
|
||||
return (
|
||||
<ConditionallyRender
|
||||
condition={strategies.length > 0}
|
||||
|
Loading…
Reference in New Issue
Block a user