diff --git a/src/views/Address/index.js b/src/views/Address/index.js index 72bd6de..cc06376 100644 --- a/src/views/Address/index.js +++ b/src/views/Address/index.js @@ -12,7 +12,8 @@ import Loading from "../../components/Loading"; import Radio from "../../components/Radio"; //assets -import dropdownIcon from "../../assets/icons/dropdown-blue.svg"; +import dropdownIcon from "../../assets/icons/white-dropdown.svg"; + import arrowBlueIcon from "../../assets/icons/arrow-right-blue.svg"; import arrowWhiteIcon from "../../assets/icons/arrow-left-white.svg"; @@ -328,16 +329,27 @@ export const Address = ({ onClick={() => submit()} /> + {/* */} @@ -348,29 +360,31 @@ export const Address = ({ profilePage ? "mx-auto" : "" }`} > -
{ - setActiveCheckbox(!activeCheckbox); - }} - > -
-
+ {!profilePage && ( +
{ + setActiveCheckbox(!activeCheckbox); + }} + > +
+
+
+

+ {activeCheckbox === false + ? " گیرنده فرد دیگری است " + : " برای خودم "} + + {activeCheckbox + ? "(در صورتی که فرد گیرنده شما نیستید اینجا کلیک کنید)" + : "(در صورتی که فرد گیرنده خودتون هستید اینجا کلیک کنید)"} + +

-

- {activeCheckbox === false - ? " گیرنده فرد دیگری است " - : " برای خودم "} - - {activeCheckbox - ? "(در صورتی که فرد گیرنده شما نیستید اینجا کلیک کنید)" - : "(در صورتی که فرد گیرنده خودتون هستید اینجا کلیک کنید)"} - -

-
- {console.log(activeCheckbox)} - {activeCheckbox === false ? ( + )} + + {activeCheckbox === false && !profilePage ? ( <>
{ return isMobile ? (
+ {/* edit / delete button */} +
+
- {address.address} - + + delete-address +
+
+ + edit-address +
) : (