diff --git a/ui/src/app/flags/Evaluation.tsx b/ui/src/app/flags/Evaluation.tsx index b4d24fff16..ab411a810f 100644 --- a/ui/src/app/flags/Evaluation.tsx +++ b/ui/src/app/flags/Evaluation.tsx @@ -260,8 +260,8 @@ export default function Evaluation() {

-
+
-
- +
+ IF - -
-

- Matches Segment + +

+

+ Matches Segment:

-

+

{rule.segment.name}

@@ -80,38 +80,38 @@ const NewRule = forwardRef( THEN {rule.rollouts.length === 0 && ( - - -
-

Return Match

-

+ + +

+

Return Match:

+

true

)} {rule.rollouts.length === 1 && ( - - -
-

Return Variant

-

+ + +

+

Return Variant:

+

{rule.rollouts[0].variant.key}

)} {rule.rollouts.length > 1 && ( - - -
-

Return a Distribution

+ + +
+

Return a Distribution

)}
- + {!readOnly && (