Skip to content

Commit 10417c9

Browse files
committed
Merge branch 'master' into fix/csv-download-default-currency
2 parents cc1b203 + 583a770 commit 10417c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const PAYBUTTON_TRANSACTIONS_FILE_HEADERS = {
240240
}
241241

242242
export const DEFAULT_PAYBUTTON_CSV_FILE_DELIMITER = ','
243-
export const MAX_RECORDS_PER_FILE = 2000
243+
export const MAX_RECORDS_PER_FILE = 10000
244244

245245
export const DECIMALS: Record<string, number> = {
246246
BCH: 8,

pages/admin/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default function Admin ({ user, isAdmin }: IProps): JSX.Element {
9999
return <>
100100
<h2>Admin Dashboard</h2>
101101
<div className={style.admin_ctn}>
102-
<h3> Ecash</h3>
102+
<h3> eCash</h3>
103103
<TableContainer columns={columns} data={ecashSubscribedAddresses} ssr/>
104104
<h3> Bitcoin Cash</h3>
105105
<TableContainer columns={columns} data={bitcoincashSubscribedAddresses} ssr/>

0 commit comments

Comments
 (0)