From dca38d01d6843bbd1d7ba2b2ac6662f14689b571 Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sat, 12 Jul 2025 03:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(tokens-table):=20show=20all?= =?UTF-8?q?=20extra=20IP=20addresses=20in=20tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, 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.js --- web/src/components/table/TokensTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/table/TokensTable.js b/web/src/components/table/TokensTable.js index 50a4dded..fa8300c5 100644 --- a/web/src/components/table/TokensTable.js +++ b/web/src/components/table/TokensTable.js @@ -294,7 +294,7 @@ const TokensTable = () => { ipTags.push(