Skip to content

Commit

Permalink
Merge pull request #37065 from dukenv0307/fix/33920
Browse files Browse the repository at this point in the history
Add edit billable check
  • Loading branch information
srikarparsi authored Apr 12, 2024
2 parents 4635045 + 3eef305 commit cd30333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReportActionItem/MoneyRequestView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ function MoneyRequestView({
accessibilityLabel={translate('common.billable')}
isOn={!!transactionBillable}
onToggle={saveBillable}
disabled={!canEdit}
/>
</View>
)}
Expand Down

0 comments on commit cd30333

Please sign in to comment.