update src/views/Dashboard/layouts/Mobile/ProfileAddress/index.js

temp
mahdi 2 years ago
parent a7b1da36fd
commit 9faa5cdd16
  1. 5
      src/views/Dashboard/layouts/Mobile/ProfileAddress/index.js

@ -68,11 +68,6 @@ const ProfileAddress = ({
) : (
<Empty text="هیچ آدرسی ثبت نشده :(" />
)}
{/* <FloatingButton
action={() => navigation("/createAddress")}
position={{ bottom: 100, right: 16 }}
size={16}
/> */}
<FloatingButton
action={() => navigation("/createAddress", { state: { panel: true } })}
position={{ bottom: 100, left: 16 }}

Loading…
Cancel
Save