Skip to content

Commit

Permalink
Prevent flow classification rules showing where rating for flow is 'D…
Browse files Browse the repository at this point in the history
…ISCOURAGED'

#CTCTOWALTZ-3048
#6986
  • Loading branch information
jessica-woodland-scott-db committed Feb 21, 2024
1 parent 581e5be commit 441f56a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>

<div>
{#if $selectedDecorator.flowClassificationRule}
{#if $selectedDecorator.flowClassificationRule && $selectedDecorator.rating !== 'DISCOURAGED'}
<strong>Flow Classification Rule</strong>
<FlowClassificationRuleViewTable {...$selectedDecorator.flowClassificationRule}/>
<div class="help-block small"><Icon name="info-circle"/>This is the rule that has driven the classification of the flow</div>
Expand Down

0 comments on commit 441f56a

Please sign in to comment.