Przeglądaj źródła

Merge branch '1.1.3-master_web' of http://8.130.72.63:18081/shenzhen/tjdify into 1.1.3-master

CzRger 2 miesięcy temu
rodzic
commit
249b811053
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      web/app/components/app/annotation/filter.tsx

+ 1 - 1
web/app/components/app/annotation/filter.tsx

@@ -45,7 +45,7 @@ const Filter: FC<IFilterProps> = ({
         onClear={() => setQueryParams({ ...queryParams, keyword: '' })}
         onClear={() => setQueryParams({ ...queryParams, keyword: '' })}
       />
       />
       {
       {
-        isEdit && ({ children })
+        isEdit && (<>{ children }</>)
       }
       }
     </div>
     </div>
   )
   )