= hace 2 años
padre
commit
d217ee1ca0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/EditorsPage.js

+ 1 - 1
src/components/EditorsPage.js

@@ -34,7 +34,7 @@ const datas = [
   },
 ];
 
-export const EditorsPage = (onSave) => {
+export const EditorsPage = ({ onSave }) => {
   const [editors, setEditors] = useState(datas);
   const [title, setTitle] = useState("");
   const [description, setDescription] = useState("");