From 3a057f7ef09ea2fe3626daa1344b0ce63b3c99a4 Mon Sep 17 00:00:00 2001 From: Vinix Date: Thu, 23 Oct 2025 11:55:28 +0700 Subject: [PATCH] refactor: simplify ListStatus rendering in IndexStatus component --- src/pages/master/status/IndexStatus.jsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/pages/master/status/IndexStatus.jsx b/src/pages/master/status/IndexStatus.jsx index 4542207..76636d3 100644 --- a/src/pages/master/status/IndexStatus.jsx +++ b/src/pages/master/status/IndexStatus.jsx @@ -64,15 +64,14 @@ const IndexStatus = memo(function IndexStatus() { return ( - {actionMode === 'list' && ( - - )} + +