From 0d469804e3b537dadba4b292acd746b0cc25333e Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Wed, 6 Dec 2023 00:19:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=91=E6=8D=A2=E7=A0=81?= =?UTF-8?q?=E5=A4=8D=E5=88=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/RedemptionsTable.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/RedemptionsTable.js b/web/src/components/RedemptionsTable.js index b75d4fa..c419757 100644 --- a/web/src/components/RedemptionsTable.js +++ b/web/src/components/RedemptionsTable.js @@ -173,9 +173,9 @@ const RedemptionsTable = () => { // } const setRedemptionFormat = (redeptions) => { - for (let i = 0; i < redeptions.length; i++) { - redeptions[i].key = '' + redeptions[i].id; - } + // for (let i = 0; i < redeptions.length; i++) { + // redeptions[i].key = '' + redeptions[i].id; + // } // data.key = '' + data.id setRedemptions(redeptions); if (redeptions.length >= (activePage) * ITEMS_PER_PAGE) {