Skip to content

Commit

Permalink
Update src/components/MoneyTemporaryForRefactorRequestConfirmationLis…
Browse files Browse the repository at this point in the history
…t.js

Co-authored-by: Aimane Chnaif <96077027+aimane-chnaif@users.noreply.github.com>
  • Loading branch information
cdanwards and aimane-chnaif authored Feb 14, 2024
1 parent ed3d556 commit b6ac532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ function MoneyTemporaryForRefactorRequestConfirmationList({
interactive={!isReadOnly}
brickRoadIndicator={merchantError ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : ''}
error={merchantError ? translate('common.error.fieldRequired') : ''}
rightLabel={PolicyUtils.isPaidGroupPolicy(policy) && translate('common.required')}
rightLabel={PolicyUtils.isPaidGroupPolicy(policy) ? translate('common.required') : ''}
/>
),
shouldShow: shouldShowMerchant,
Expand Down

0 comments on commit b6ac532

Please sign in to comment.