Remove duplicate back buttons from all Dashboard screens

This commit is contained in:
2026-01-17 03:40:28 +03:00
parent 9fbd05a1d3
commit 011f162870
14 changed files with 13 additions and 148 deletions
+1 -3
View File
@@ -484,9 +484,7 @@ const WalletSetupScreen: React.FC = () => {
{/* Header */}
{step !== 'choice' && step !== 'success' && (
<View style={styles.header}>
<TouchableOpacity onPress={handleBack} style={styles.backButton} testID="wallet-setup-back">
<Text style={styles.backButtonText}> Back</Text>
</TouchableOpacity>
<View style={{width: 60}} />
<View style={styles.progressContainer}>
{['create-show', 'create-verify', 'wallet-name'].includes(step) && isCreateFlow && (
<>