chore: group types locale
This commit is contained in:
@@ -59,6 +59,7 @@ export const RuleItem = (props: Props) => {
|
||||
sx={{ cursor: sortable ? "move" : "" }}
|
||||
primary={
|
||||
<StyledPrimary
|
||||
title={ruleContent || "-"}
|
||||
sx={{ textDecoration: type === "delete" ? "line-through" : "" }}
|
||||
>
|
||||
{ruleContent || "-"}
|
||||
|
||||
Reference in New Issue
Block a user