Skip to content

Commit 4b96445

Browse files
committed
fix: typecheck
1 parent 915e25a commit 4b96445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/RejectExpenseReportPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function RejectExpenseReportPage({route}: RejectExpenseReportPageProps) {
193193
maxAutoGrowHeight={variables.textInputAutoGrowMaxHeight}
194194
/>
195195
</View>
196-
{hasPreviousApprover && !isSubmitterSameAsPreviousApprover && (
196+
{hasPreviousApprover && (
197197
<View style={styles.mb6}>
198198
<Text style={[styles.mb3]}>{translate('iou.rejectReport.selectTarget')}</Text>
199199
<View style={styles.mhn5}>

0 commit comments

Comments
 (0)