From 59e44858de3d284749e8f89034cf97d3866e9bac Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 03 七月 2024 14:26:25 +0800 Subject: [PATCH] 2024-07-03 --- 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