fix: remove redundant closing view tag in Profile component layout

This commit is contained in:
2026-05-14 10:23:50 +01:00
parent db1c6a851f
commit 0c9c1ab6c2

View File

@@ -126,7 +126,6 @@ export default function Profile() {
<Text style={styles.roleText}>{isBarber ? 'Gestor de Espaço' : 'Cliente'}</Text>
</View>
</View>
</View>
</View>
{/* Notificações (Horizontal) */}