Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/task/Add_strategy_information_to…
Browse files Browse the repository at this point in the history
…_playground_results' into task/Add_strategy_information_to_playground_results
  • Loading branch information
andreas-unleash committed Aug 9, 2022
2 parents 15712b7 + 1643066 commit 3a39609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 3a39609

Please sign in to comment.