فهرست منبع

Bugfix: usershortcut component drawer case arrow button show problem fixed.

lfabl 1 هفته پیش
والد
کامیت
5e4974bfe0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/userShortcut/index.tsx

+ 1 - 1
src/components/userShortcut/index.tsx

@@ -259,7 +259,7 @@ const UserShortcut = ({
             </View>;
         }
 
-        if(!isShowArrowButton || variant === "drawer") {
+        if(!isShowArrowButton) {
             return null;
         }