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

improvements

This commit is contained in:
andreas-unleash 2022-08-03 16:46:12 +03:00
parent 54def95727
commit 2858aae45e
2 changed files with 0 additions and 3 deletions

View File

@ -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 `

View File

@ -35,7 +35,6 @@ export const PlaygroundResultStrategyLists = ({
input,
compact = false,
}: PlaygroundResultStrategyListProps) => {
console.log(strategies);
return (
<ConditionallyRender
condition={strategies.length > 0}