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> </div>
<FloatingButton {/* <FloatingButton
action={() => navigation("/createAddress", { state: { panel: true } })} action={() => navigation("/createAddress", { state: { panel: true } })}
// action={() => {}} // action={() => {}}
position={{ right: isMobile ? "" : 350, bottom: 50 }} position={{ right: isMobile ? "" : 350, bottom: 50 }}
/> /> */}
</div> </div>
); );
}; };

Loading…
Cancel
Save