diff --git a/src/pages/Perfil.tsx b/src/pages/Perfil.tsx index 64d64ec..1f2f756 100644 --- a/src/pages/Perfil.tsx +++ b/src/pages/Perfil.tsx @@ -143,7 +143,7 @@ const Perfil: React.FC = () => { Biografia - {inputValues.bio ? inputValues.bio : 'Sem biografia.'} + {inputValues.bio ? inputValues.bio : 'Sem biografia.' } @@ -155,8 +155,7 @@ const Perfil: React.FC = () => { Configurações - {/* history.push({ pathname: '/perfil/editar', state: { userData: inputValues } })}> */} - + history.push({ pathname: '/perfil/editar', state: { userData: inputValues } })}> Editar perfil @@ -164,7 +163,7 @@ const Perfil: React.FC = () => { Completar perfil - + history.push({ pathname: '/cadastro-van'})}> Cadastrar Van