Skip to content

Commit

Permalink
Merge pull request #23927 from c3024/22742-gray-out-date-in-MoneyRequ…
Browse files Browse the repository at this point in the history
…estView

gray out date for settled money requests in MoneyRequestView
  • Loading branch information
Julesssss authored Aug 1, 2023
2 parents cb8aac1 + ab5b58f commit 20ccb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReportActionItem/MoneyRequestView.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function MoneyRequestView(props) {
<MenuItemWithTopDescription
description={translate('common.date')}
title={formattedTransactionDate}
disabled={isSettled}
// shouldShowRightIcon={!isSettled}
// onPress={() => Navigation.navigate(ROUTES.getEditRequestRoute(props.report.reportID, CONST.EDIT_REQUEST_FIELD.DATE))}
/>
Expand Down

0 comments on commit 20ccb1d

Please sign in to comment.