Skip to content

Commit

Permalink
Merge pull request #439 from team-monite/fix/bank-account-label
Browse files Browse the repository at this point in the history
fix(proposal): Add bank account label to Payables view
  • Loading branch information
marcperezmonite authored Nov 21, 2024
2 parents e8abc9f + 6dca40d commit cefe1ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/bright-balloons-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@monite/sdk-react': patch
---

Added label to Bank account field in Bill Pay component
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ const PayableDetailsInfoBase = ({
counterpartBankAccount?.name
) && payable?.ocr_status === null
}
/>
>
{t(i18n)`Bank account`}:
</StyledLabelTableCell>
<TableCell>{counterpartBankAccount.name}</TableCell>
</TableRow>
)}
Expand Down

0 comments on commit cefe1ff

Please sign in to comment.