Skip to content

Commit 3c33120

Browse files
committed
fix type
1 parent 537d3ab commit 3c33120

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/analytics/tx-table

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/analytics/tx-table/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export type TransactionStatus =
8181
| "REVERTED";
8282

8383
type Pagination = {
84-
totalCount: string;
84+
totalCount: number;
8585
page: number;
8686
limit: number;
8787
};

0 commit comments

Comments
 (0)