Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarparsi committed Feb 8, 2025
1 parent 1b362ae commit 95b89de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/rules/CustomRulesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function CustomRulesSection({policyID}: CustomRulesSectionProps) {
const parsedRules = useMemo(() => getParsedComment(policy?.customRules ?? ''), [policy]);
const rulesDescription = typeof parsedRules === 'string' ? parsedRules : '';
const [isLoadingSectionData] = useOnyx(ONYXKEYS.IS_LOADING_SECTION_DATA);
//comment

Check failure on line 25 in src/pages/workspace/rules/CustomRulesSection.tsx

View workflow job for this annotation

GitHub Actions / Changed files ESLint check

Expected exception block, space or tab after '//' in comment

Check failure on line 25 in src/pages/workspace/rules/CustomRulesSection.tsx

View workflow job for this annotation

GitHub Actions / Changed files ESLint check

Expected exception block, space or tab after '//' in comment

Check failure on line 25 in src/pages/workspace/rules/CustomRulesSection.tsx

View workflow job for this annotation

GitHub Actions / ESLint check

Expected exception block, space or tab after '//' in comment

Check failure on line 25 in src/pages/workspace/rules/CustomRulesSection.tsx

View workflow job for this annotation

GitHub Actions / ESLint check

Expected exception block, space or tab after '//' in comment

return (
<Section
Expand Down

0 comments on commit 95b89de

Please sign in to comment.