From cce743660a231fc8a8d3e19a8185783972e49cf1 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sat, 18 Jun 2022 16:04:05 +0430 Subject: [PATCH] update src/views/Dashboard/layouts/Main/Addresses/index.js --- src/views/Dashboard/layouts/Main/Addresses/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Dashboard/layouts/Main/Addresses/index.js b/src/views/Dashboard/layouts/Main/Addresses/index.js index c210446..ec19708 100644 --- a/src/views/Dashboard/layouts/Main/Addresses/index.js +++ b/src/views/Dashboard/layouts/Main/Addresses/index.js @@ -43,11 +43,11 @@ const ProfileAddress = ({ /> ))} - navigation("/createAddress", { state: { panel: true } })} // action={() => {}} position={{ right: isMobile ? "" : 350, bottom: 50 }} - /> + /> */} ); };