Parcourir la source

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

lfabl il y a 1 semaine
Parent
commit
5e4974bfe0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
         }