diff --git a/components/modals/EditProfileModal.tsx b/components/modals/EditProfileModal.tsx index 6ca318db..dbc17631 100644 --- a/components/modals/EditProfileModal.tsx +++ b/components/modals/EditProfileModal.tsx @@ -19,7 +19,7 @@ const EditProfileModal = ({ isOpen, onClose }: ModalProps) => { onEditProfileImage={() => setShowEditProfilePic(true)} /> setShowEditProfilePic(false)} /> diff --git a/components/profile/EditNftProfilePic.tsx b/components/profile/EditNftProfilePic.tsx index 236fbc52..747cf983 100644 --- a/components/profile/EditNftProfilePic.tsx +++ b/components/profile/EditNftProfilePic.tsx @@ -138,7 +138,7 @@ const EditNftProfilePic = ({ onClose }: { onClose: () => void }) => {
@@ -148,7 +148,7 @@ const EditNftProfilePic = ({ onClose }: { onClose: () => void }) => { {t('save')} {profile.profile_image_url ? ( - + {t('profile:remove')} ) : null} @@ -156,10 +156,10 @@ const EditNftProfilePic = ({ onClose }: { onClose: () => void }) => {
{nfts.length > 0 ? (
-
+
{nfts.map((n) => (