Răsfoiți Sursa

Revert "Enhancement account deletion logic."

This reverts commit bbbd410c048099e9ebd230e7c9c2194f11c30649.

# Conflicts:
#	Strides-APP/app/pages/home/Home.js
vbea 1 an în urmă
părinte
comite
c332d260fe
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      Strides-APP/app/pages/my/ProfileV2.js

+ 3 - 3
Strides-APP/app/pages/my/ProfileV2.js

@@ -386,7 +386,8 @@ export default class ProfileV2 extends Component {
               name='angle-right'/>
           </Button>
           <ShadowViewV2/>
-          <Button
+        </>}
+        <Button
             style={styles.cardView}
             viewStyle={styles.profileItem}
             onClick={() => startPage(PageList.about)}>
@@ -405,7 +406,6 @@ export default class ProfileV2 extends Component {
               name='angle-right'/>
           </Button>
           <ShadowViewV2/>
-        </>}
         {/* <Button
           style={styles.deleteButton}
           text="DELETE MY ACCOUNT"
@@ -477,7 +477,7 @@ const styles = StyleSheet.create({
     marginRight: 16,
     borderRadius: 10,
     overflow: 'hidden',
-    ...ElevationObject(5),
+    //...ElevationObject(5),
     alignItems: 'center',
     flexDirection: 'row',
     backgroundColor: colorLight,