Skip to content

Commit

Permalink
fix: held expense for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed Dec 11, 2024
1 parent c1454f7 commit 273a4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SelectionList/Search/ReportListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function ReportListItem<TItem extends ListItem>({
onButtonPress={handleOnButtonPress}
containerStyle={[styles.ph3, styles.pt1half, styles.mb1half]}
isLoading={reportItem.isActionLoading}
shouldUseSuccessStyle={!hasHeldExpenses}
/>
)}
<View style={[styles.flex1, styles.flexRow, styles.alignItemsCenter, styles.gap3, styles.ph3, styles.pv1half]}>
Expand Down

0 comments on commit 273a4be

Please sign in to comment.