Skip to content

Commit

Permalink
Update src/app/groups/[groupId]/expenses/active-user-balance.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: dcbr <15089458+dcbr@users.noreply.github.com>
  • Loading branch information
araffin and dcbr authored Jun 5, 2024
1 parent 751bbed commit a7c575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/groups/[groupId]/expenses/active-user-balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function ActiveUserReimbursementList({
if (r.from === activeUserId) {
return (
<div key={r.from + r.to} className="text-sm">
You owes {to.name}{' '}
You owe {to.name}{' '}
<Money
currency={currency}
amount={amount}
Expand Down

0 comments on commit a7c575e

Please sign in to comment.