Skip to content

Commit

Permalink
Remove unwanted comments in rules.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeradrutnam committed Jan 6, 2025
1 parent bc75b2b commit 0cfee50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions features/admin.rules.v1/components/rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ export interface RulesPropsInterface extends IdentifiableComponentInterface {
* @returns Rule component.
*/
const Rules: FunctionComponent<RulesPropsInterface> = ({
// Set the component id.
["data-componentid"]: componentId = "rules-render-component",

// Multiple rules flag.
multipleRules = false
}: RulesPropsInterface): ReactElement => {

Expand Down

0 comments on commit 0cfee50

Please sign in to comment.