mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Fix email navigation path (#771)
This commit is contained in:
@@ -79,7 +79,7 @@ export function EmailCard({ email }: EmailCardProps) {
|
||||
return (
|
||||
<TouchableOpacity
|
||||
style={styles.emailCard}
|
||||
onPress={() => router.push(`/emails/${email.id}`)}
|
||||
onPress={() => router.push(`/(tabs)/(emails)/${email.id}`)}
|
||||
activeOpacity={0.7}
|
||||
>
|
||||
<View style={styles.emailHeader}>
|
||||
|
||||
Reference in New Issue
Block a user