TokensTable.js
25.9 KB
-
🐛 fix(tokens-table): show all extra IP addresses in tooltip · 2c8f104fPreviously, the tooltip that appears when more than one IP address is configured skipped the second IP (`ips.slice(2)`), so users could not see it unless they expanded the list in another way. Changed the slice start index to `1`, ensuring that **every IP after the first display tag** is included in the tooltip (`ips.slice(1).join(', ')`). File affected: - web/src/components/table/TokensTable.jst0ng7u committed