Skip to content

Commit d4d9361

Browse files
committed
fix ESLint.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent da4df37 commit d4d9361

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/MoneyRequestConfirmationList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ function MoneyRequestConfirmationList({
685685
maxLength={formattedTotalAmount.length + 1}
686686
contentWidth={(formattedTotalAmount.length + 1) * 8}
687687
shouldApplyPaddingToContainer
688-
shouldPrefixUseDefaultLineHeight={false}
688+
shouldUseDefaultLineHeightForPrefix={false}
689689
/>
690690
),
691691
}));

src/components/SelectionList/SplitListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function SplitListItem<TItem extends ListItem>({
143143
maxLength={formattedOriginalAmount.length + 1}
144144
contentWidth={(formattedOriginalAmount.length + 1) * 8}
145145
shouldApplyPaddingToContainer
146-
shouldPrefixUseDefaultLineHeight={false}
146+
shouldUseDefaultLineHeightForPrefix={false}
147147
/>
148148
</View>
149149
<View style={[styles.popoverMenuIcon, styles.pointerEventsAuto]}>

0 commit comments

Comments
 (0)