Преглед изворни кода

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;
         }