Skip to content

Commit ce47fa7

Browse files
committed
- add space
1 parent 64aab85 commit ce47fa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/utils/pipes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ export const codeAndRefundSourceName = (refundSource: ClubAccount) => {
136136

137137
switch (refundSource) {
138138
case ClubAccount.CASH:
139-
return `${CASH_ACCOUNT_CODE}-${refundSource}`;
139+
return `${CASH_ACCOUNT_CODE} - ${refundSource}`;
140140
case ClubAccount.BUDGET:
141-
return `${BUDGET_ACCOUNT_CODE}-${refundSource}`;
141+
return `${BUDGET_ACCOUNT_CODE} - ${refundSource}`;
142142
}
143143
};

0 commit comments

Comments
 (0)