From 26b63a282b73955df88a273ddd82cf8fa15036ef Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 22 Apr 2025 13:08:52 +0200 Subject: [PATCH] Fix email navigation path (#771) --- mobile-app/components/EmailCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-app/components/EmailCard.tsx b/mobile-app/components/EmailCard.tsx index 439ff290e..5d0b07a9d 100644 --- a/mobile-app/components/EmailCard.tsx +++ b/mobile-app/components/EmailCard.tsx @@ -79,7 +79,7 @@ export function EmailCard({ email }: EmailCardProps) { return ( router.push(`/emails/${email.id}`)} + onPress={() => router.push(`/(tabs)/(emails)/${email.id}`)} activeOpacity={0.7} >