Explorar el Código

机器人权限问题

CzRger hace 1 mes
padre
commit
172e22d2b5
Se han modificado 1 ficheros con 1 adiciones y 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>
   )