Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Dec 9, 2023
1 parent 6992930 commit d0363a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaskHeaderActionButton.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {get} from 'lodash';
import get from 'lodash/get';

Check failure on line 1 in src/components/TaskHeaderActionButton.tsx

View workflow job for this annotation

GitHub Actions / lint

Import from 'lodash/get' detected. Consider using the native optional chaining to get nested values and nullish coalescing operator for fallback values
import React from 'react';
import {View} from 'react-native';
import {OnyxEntry, withOnyx} from 'react-native-onyx';
Expand Down

0 comments on commit d0363a9

Please sign in to comment.