mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
Update src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureDetails/FeatureDetails.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
This commit is contained in:
parent
418ab0adbd
commit
d0a04348f3
@ -52,7 +52,7 @@ export const FeatureDetails = ({
|
||||
: undefined;
|
||||
|
||||
const customStrategiesTxt = hasCustomStrategies(feature)
|
||||
? `You have custom strategies. Custom strategies can't be evaluated and they will be set as Unevaluated`
|
||||
? `This feature uses custom strategies. Custom strategies can't be evaluated, so they will be marked as Unevaluated`
|
||||
: undefined;
|
||||
|
||||
const onCloseClick =
|
||||
|
Loading…
Reference in New Issue
Block a user