We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fdc79 commit 07ed4b9Copy full SHA for 07ed4b9
src/pages/iou/request/step/IOURequestStepConfirmation.tsx
@@ -551,7 +551,9 @@ function IOURequestStepConfirmation({
551
<HeaderWithBackButton
552
title={headerTitle}
553
onBackButtonPress={navigateBack}
554
- shouldShowThreeDotsButton={requestType === CONST.IOU.REQUEST_TYPE.MANUAL && (iouType === CONST.IOU.TYPE.SUBMIT || iouType === CONST.IOU.TYPE.TRACK)}
+ shouldShowThreeDotsButton={
555
+ requestType === CONST.IOU.REQUEST_TYPE.MANUAL && (iouType === CONST.IOU.TYPE.SUBMIT || iouType === CONST.IOU.TYPE.TRACK) && !isMovingTransactionFromTrackExpense
556
+ }
557
threeDotsAnchorPosition={styles.threeDotsPopoverOffsetNoCloseButton(windowWidth)}
558
threeDotsMenuItems={[
559
{
0 commit comments