Skip to content

Commit

Permalink
Update src/app/transfer-funds/transfer-funds.component.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Barney Laurance <[email protected]>
  • Loading branch information
NoelLH and bdsl authored Oct 30, 2023
1 parent af6b4b3 commit 90d1ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/transfer-funds/transfer-funds.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export class TransferFundsComponent implements AfterContentInit, OnInit {
* Amount in existing committed tips to be fulfilled, in minor units (i.e. pence),
* currently just for GBP / UK bank transfers. 0 if donor's not yet loaded.
*/
get pendingTipBalance() {
get pendingTipBalance(): number {
return this.donor?.pending_tip_balance?.gbp || 0;
}

Expand Down

0 comments on commit 90d1ee3

Please sign in to comment.