Skip to content

Commit 07ed4b9

Browse files
authored
Revert "fix: No option to add receipt when submitting to someone"
1 parent 87fdc79 commit 07ed4b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/iou/request/step/IOURequestStepConfirmation.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,9 @@ function IOURequestStepConfirmation({
551551
<HeaderWithBackButton
552552
title={headerTitle}
553553
onBackButtonPress={navigateBack}
554-
shouldShowThreeDotsButton={requestType === CONST.IOU.REQUEST_TYPE.MANUAL && (iouType === CONST.IOU.TYPE.SUBMIT || iouType === CONST.IOU.TYPE.TRACK)}
554+
shouldShowThreeDotsButton={
555+
requestType === CONST.IOU.REQUEST_TYPE.MANUAL && (iouType === CONST.IOU.TYPE.SUBMIT || iouType === CONST.IOU.TYPE.TRACK) && !isMovingTransactionFromTrackExpense
556+
}
555557
threeDotsAnchorPosition={styles.threeDotsPopoverOffsetNoCloseButton(windowWidth)}
556558
threeDotsMenuItems={[
557559
{

0 commit comments

Comments
 (0)