From 84baa17e9f5543a9eaebcfd34d595a8b900aa658 Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Sun, 15 Mar 2026 11:08:41 +0800 Subject: [PATCH] no message --- src/app/(main)/chart/delivery/page.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/app/(main)/chart/delivery/page.tsx b/src/app/(main)/chart/delivery/page.tsx index f32a8f1..f3e93db 100644 --- a/src/app/(main)/chart/delivery/page.tsx +++ b/src/app/(main)/chart/delivery/page.tsx @@ -286,14 +286,17 @@ export default function DeliveryChartPage() { )} renderTags={(value, getTagProps) => - value.map((option, index) => ( - - )) + value.map((option, index) => { + const { key: _key, ...tagProps } = getTagProps({ index }); + return ( + + ); + }) } sx={{ minWidth: 260 }} />