Explorar o código

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

lfabl hai 1 semana
pai
achega
5e4974bfe0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }