fix(mobile): plan/hushåll/profil felhantering + streckkod pausar kamera (MIKRO 54)
CI / Typecheck, test & build (push) Failing after 42s
CI / Typecheck, test & build (push) Failing after 42s
This commit is contained in:
@@ -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]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user