Skip to content

Commit 8646f57

Browse files
authored
chore: remove redundant comment lines
1 parent 4a67922 commit 8646f57

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

contributingGuides/review/RULES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,11 @@ const areAllTransactionsValid = transactions.every((transaction) => {
6868

6969
Good:
7070
```tsx
71-
// ReportActionItem.tsx
7271
const personalDetails = usePersonalDetails();
7372
```
7473

7574
Bad:
7675
```tsx
77-
// ReportActionItem.tsx
7876
const [personalDetails] = useOnyx(ONYXKEYS.PERSONAL_DETAILS_LIST);
7977
```
8078

0 commit comments

Comments
 (0)