From 85a47f3cbfdd2c22bb4754427f8b4f8e81bd6821 Mon Sep 17 00:00:00 2001 From: Hugo Falcao Date: Thu, 4 Aug 2022 23:34:21 -0300 Subject: [PATCH] =?UTF-8?q?refactor(cadastro-van):=20:recycle:=20Redirecio?= =?UTF-8?q?na=20para=20minhas=20vans=20ap=C3=B3s=20cadastrar=20uma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CadastroVan.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/CadastroVan.tsx b/src/pages/CadastroVan.tsx index b03c5c2..a3669da 100644 --- a/src/pages/CadastroVan.tsx +++ b/src/pages/CadastroVan.tsx @@ -179,7 +179,7 @@ const CadastroVan: React.FC = () => { return } - history.push({ pathname: '/perfil', state: { + history.push({ pathname: '/minhas-vans', state: { redirectData: { showToastMessage: true, toastColor: "success",