fix(mobile): plan/hushåll/profil felhantering + streckkod pausar kamera (MIKRO 54)
CI / Typecheck, test & build (push) Failing after 42s

This commit is contained in:
Sven (AAMOS AI)
2026-08-14 18:38:15 +07:00
parent 13689d5f8e
commit d95c67d979
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -8,6 +8,7 @@ import {
Body,
Button,
Card,
ErrorView,
Heading,
LoadingView,
Row,
@@ -107,6 +108,7 @@ export default function ProfileScreen() {
});
if (me.isLoading) return <LoadingView />;
if (me.isError) return <ErrorView onRetry={() => void me.refetch()} />;
const consentMap = new Map((consents.data ?? []).map((c) => [c.kind, c.status]));