diff --git a/src/components/Tokens/TokenTable/TokenRow.tsx b/src/components/Tokens/TokenTable/TokenRow.tsx
index b15c397c4f..05e8b1e96e 100644
--- a/src/components/Tokens/TokenTable/TokenRow.tsx
+++ b/src/components/Tokens/TokenTable/TokenRow.tsx
@@ -488,12 +488,14 @@ export const LoadedRow = forwardRef((props: LoadedRowProps, ref: ForwardedRef
}
- listNumber={sortAscending ? tokenListLength - tokenListIndex : tokenListIndex + 1}
+ listNumber={rank}
tokenInfo={