diff --git a/src/Pages/ViewProfile/index.js b/src/Pages/ViewProfile/index.js index ab73c59..2d19164 100644 --- a/src/Pages/ViewProfile/index.js +++ b/src/Pages/ViewProfile/index.js @@ -43,57 +43,61 @@ const ViewProfile = () => { - - -
-
-

Nome

- -
-
-

Email

- -
-
-

Setor

- -
-
-
- - window.history.back()}> - Voltar - - toast.error("Essa função estará disponível em breve")}> - Editar - - -
- - - - - ); - } - } -} + + + +
+
+

Nome

+ setName(event.target.value)} + /> +
+
+

Email

+ setEmail(event.target.value)} + /> +
+
+

Departamento

+ +
+
+
+ + window.history.back()}> + Voltar + + { + handleClick(event); + }} + type="submit"> + Editar + + +
+ + + + + ); +}; export default ViewProfile;