Skip to content

Commit

Permalink
Merge pull request #32866 from Expensify/cmartins-fixSplitReceipt
Browse files Browse the repository at this point in the history
Hide three dot menu on split requests
  • Loading branch information
luacmartins authored Dec 11, 2023
2 parents da38f0a + 8df40f4 commit 820b14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepConfirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function IOURequestStepConfirmation({
<HeaderWithBackButton
title={headerTitle}
onBackButtonPress={navigateBack}
shouldShowThreeDotsButton={requestType === CONST.IOU.REQUEST_TYPE.MANUAL}
shouldShowThreeDotsButton={requestType === CONST.IOU.REQUEST_TYPE.MANUAL && iouType === CONST.IOU.TYPE.REQUEST}
threeDotsAnchorPosition={styles.threeDotsPopoverOffsetNoCloseButton(windowWidth)}
threeDotsMenuItems={[
{
Expand Down

0 comments on commit 820b14e

Please sign in to comment.