From d95c67d979a06a9dfc5591ddaba9bb380670c5c2 Mon Sep 17 00:00:00 2001 From: "Sven (AAMOS AI)" Date: Fri, 14 Aug 2026 18:38:15 +0700 Subject: [PATCH] =?UTF-8?q?fix(mobile):=20plan/hush=C3=A5ll/profil=20felha?= =?UTF-8?q?ntering=20+=20streckkod=20pausar=20kamera=20(MIKRO=2054)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mobile/src/app/(tabs)/plan.tsx | 2 +- apps/mobile/src/app/barcode.tsx | 1 + apps/mobile/src/app/household.tsx | 1 + apps/mobile/src/app/profile.tsx | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/mobile/src/app/(tabs)/plan.tsx b/apps/mobile/src/app/(tabs)/plan.tsx index 2463bdb..ae97eed 100644 --- a/apps/mobile/src/app/(tabs)/plan.tsx +++ b/apps/mobile/src/app/(tabs)/plan.tsx @@ -309,7 +309,7 @@ export default function PlanScreen() { ) : ( <> - {plan === null && ( + {(plan === null || !hasEntries) && (