Просмотр исходного кода

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

CzRger месяцев назад: 2
Родитель
Сommit
249b811053
1 измененных файлов с 1 добавлено и 1 удалено
  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: '' })}
       />
       {
-        isEdit && ({ children })
+        isEdit && (<>{ children }</>)
       }
     </div>
   )