Преглед на файлове

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