Skip to content

Commit

Permalink
EPMRPP 90569 || format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-hambardzumian committed Apr 26, 2024
1 parent cd417b0 commit 6572e16
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ export const RuleGroup = ({ pluginName, typedRules, notifications, isPluginEnabl
)}
</div>
) : (
isUpdateSettingAvailable && <EmptyRuleState ruleName={pluginName} onCreateClick={onAdd} />
isUpdateSettingAvailable && (
<EmptyRuleState ruleName={pluginName} onCreateClick={onAdd} />
)
)}
</div>
</Layout>
Expand Down

0 comments on commit 6572e16

Please sign in to comment.