Explorar o código

机器人权限问题

CzRger hai 1 mes
pai
achega
172e22d2b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
   )