From f7bbe27b1edac92ef93f812087de640eb67c7bab Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 26 Mar 2026 15:00:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=A4=E8=BD=A6/=E8=BF=98=E8=BD=A6/?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2/=E5=BE=85=E4=BA=A4=E8=BD=A6=E4=B8=BA0?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index be43b91..4dc6e0f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -471,7 +471,7 @@ export default function App() { {model.pending} ) : ( - model.pending + '' )} @@ -489,7 +489,7 @@ export default function App() { {model.weeklyDelivered} ) : ( - model.weeklyDelivered + '' )} @@ -504,7 +504,7 @@ export default function App() { {model.weeklyReturned} ) : ( - model.weeklyReturned + '' )} @@ -519,7 +519,7 @@ export default function App() { {model.weeklyReplaced} ) : ( - model.weeklyReplaced + '' )}