Explorar el Código

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

lfabl hace 1 semana
padre
commit
5e4974bfe0
Se han modificado 1 ficheros con 1 adiciones y 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;
         }