Skip to content

Commit ef9c659

Browse files
committed
chore(suite-utils): increase number of solana txs per page to 8
1 parent 1fe2205 commit ef9c659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite-common/suite-utils/src/txsPerPage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Account } from '@suite-common/wallet-types';
33

44
export const getTxsPerPage = (networkType: Account['networkType']) => {
55
if (networkType === 'solana') {
6-
return 5;
6+
return 8;
77
}
88

99
return settingsCommonConfig.TXS_PER_PAGE;

0 commit comments

Comments
 (0)