Skip to content

Commit

Permalink
fix minor typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Feb 5, 2024
1 parent 75ca883 commit ee4d711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReportActionItem/ReportActionItemImage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable react/jsx-props-no-spreading */
import Str from 'expensify-common/lib/str';
import React from 'react';
import type {ViewStyle} from 'react-native';
import type {OnyxEntry} from 'react-native-onyx';
import AttachmentModal from '@components/AttachmentModal';
import PressableWithoutFocus from '@components/Pressable/PressableWithoutFocus';
Expand Down

0 comments on commit ee4d711

Please sign in to comment.