Ver código fonte

机器人权限问题

CzRger 1 mês atrás
pai
commit
172e22d2b5
1 arquivos alterados com 1 adições e 1 exclusões
  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>
   )