update src/views/Dashboard/layouts/Main/Addresses/index.js

temp
mahdi 2 years ago
parent 329fe15001
commit cce743660a
  1. 4
      src/views/Dashboard/layouts/Main/Addresses/index.js

@ -43,11 +43,11 @@ const ProfileAddress = ({
/>
))}
</div>
<FloatingButton
{/* <FloatingButton
action={() => navigation("/createAddress", { state: { panel: true } })}
// action={() => {}}
position={{ right: isMobile ? "" : 350, bottom: 50 }}
/>
/> */}
</div>
);
};

Loading…
Cancel
Save