Skip to content

Commit 3986069

Browse files
authored
Merge pull request #56971 from Expensify/dsilva_fixMaskingOnNative
2 parents fa0feb2 + 9a6da71 commit 3986069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/home/report/ReportActionsList.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ function ReportActionsList({
771771
<View
772772
style={[styles.flex1, !shouldShowReportRecipientLocalTime && !hideComposer ? styles.pb4 : {}]}
773773
testID={reportActionsListTestID}
774+
nativeID={reportActionsListTestID}
774775
fsClass={reportActionsListFSClass}
775776
>
776777
<InvertedFlatList

0 commit comments

Comments
 (0)