Skip to content

Commit

Permalink
fix: remove deleted rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Apr 17, 2024
1 parent 5036574 commit f34732e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/pages/home/report/ReactionList/BaseReactionList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable rulesdir/onyx-props-must-have-default */
import Str from 'expensify-common/lib/str';
import React from 'react';
import {FlatList} from 'react-native';
Expand Down
1 change: 0 additions & 1 deletion src/pages/home/sidebar/BottomTabAvatar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable rulesdir/onyx-props-must-have-default */
import React, {useCallback} from 'react';
import {PressableWithFeedback} from '@components/Pressable';
import Tooltip from '@components/Tooltip';
Expand Down
1 change: 0 additions & 1 deletion src/pages/home/sidebar/SidebarLinks.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable rulesdir/onyx-props-must-have-default */
import React, {memo, useCallback, useEffect, useMemo, useRef} from 'react';
import {InteractionManager, StyleSheet, View} from 'react-native';
import type {OnyxEntry} from 'react-native-onyx';
Expand Down
1 change: 0 additions & 1 deletion src/pages/home/sidebar/SignInButton.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable rulesdir/onyx-props-must-have-default */
import React from 'react';
import {View} from 'react-native';
import Button from '@components/Button';
Expand Down

0 comments on commit f34732e

Please sign in to comment.