Explorar el Código

return to original code

kaori hace 4 años
padre
commit
b67b7690d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/PageList/PageListItemL.tsx

+ 1 - 1
packages/app/src/components/PageList/PageListItemL.tsx

@@ -220,4 +220,4 @@ const PageListItemLSubstance: ForwardRefRenderFunction<ISelectable, Props> = (pr
   );
 };
 
-export const PageListItemL = memo(forwardRef(PageListItemLSubstance)) as typeof PageListItemLSubstance;
+export const PageListItemL = memo(forwardRef(PageListItemLSubstance));