From 76c4adc98ef8e7a3ea0f44d608363e3c0ddacf9b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 03 七月 2024 18:01:35 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/zshare/actionList/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx index 8948d0c..c0945f5 100644 --- a/src/tabviews/zshare/actionList/index.jsx +++ b/src/tabviews/zshare/actionList/index.jsx @@ -206,8 +206,7 @@ btn={item} selectedData={selectedData} /> - ) - } + ) } else { return ( <FuncButton @@ -219,6 +218,7 @@ /> ) } + } return null }) } -- Gitblit v1.8.0