Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
safari'd
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Jan 11, 2024
1 parent 81b8165 commit ea01193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/balances/reimbursements/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const reimbursements = computed(() =>
:class="{ active: r.from.id === currentMember }"
>
<td class="font-bold text-right">{{ r.from.name }}</td>
<td class="w-0">owes</td>
<td class="w-0 text-center">owes</td>
<td class="font-bold text-left">{{ r.to.name }}</td>
<td class="text-primary text-center">€{{ r.amount.toFixed(2) }}</td>
<td class="w-0">
Expand Down
1 change: 0 additions & 1 deletion utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ export type CountData = InternalApi["/api/counts/:id"]["get"] extends
| null
? T
: never;

export type MemberData = CountData["members"][number];
export type ExpenseData = CountData["expenses"][number];

0 comments on commit ea01193

Please sign in to comment.