Skip to content

Commit 607e1da

Browse files
authored
small fix testnet tables (#2856)
1 parent 8e9fd3c commit 607e1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/feeds/components/Tables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ export const TestnetTable = ({
12031203
</div>
12041204
<Pagination
12051205
addrPerPage={addrPerPage}
1206-
totalAddr={slicedFilteredMetadata.length}
1206+
totalAddr={filteredMetadata.length}
12071207
currentPage={currentPage}
12081208
firstAddr={firstAddr}
12091209
lastAddr={lastAddr}

0 commit comments

Comments
 (0)