Skip to content

Commit

Permalink
Linter test based on code currently in main
Browse files Browse the repository at this point in the history
  • Loading branch information
r800360 committed Mar 7, 2024
1 parent 8f2843a commit 72453b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dfm-sideline-sidekick-app/components/ArrayPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type ArrayProps = {

const temp = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.";

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const ArrayPage: React.FC<ArrayProps> = ({ arrayProp, title }) => {
const navigation = useNavigation<StackNavigationProp<RootStackParamList>>();

Expand Down

0 comments on commit 72453b6

Please sign in to comment.