Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Aug 16, 2024
1 parent 042ca05 commit 3e92a11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/ausweis/src/features/onboarding/onboardingContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { capitalizeFirstLetter, sleep } from '@package/utils'
import { useRouter } from 'expo-router'
import type React from 'react'
import { type PropsWithChildren, createContext, useCallback, useContext, useEffect, useRef, useState } from 'react'
import { Platform } from 'react-native'
import { OnboardingBiometrics } from './screens/biometrics'
import { OnboardingIdCardFetch } from './screens/id-card-fetch'
import { OnboardingIdCardPinEnter } from './screens/id-card-pin'
Expand All @@ -21,7 +22,6 @@ import { OnboardingIdCardStartScan } from './screens/id-card-start-scan'
import { OnboardingIntroductionSteps } from './screens/introduction-steps'
import OnboardingPinEnter from './screens/pin'
import OnboardingWelcome from './screens/welcome'
import { Platform } from 'react-native'

type Page =
| { type: 'fullscreen' }
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/src/invitation/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import type {
OpenId4VciResolvedCredentialOffer,
OpenId4VciTokenRequestOptions,
} from '@credo-ts/openid4vc'
import type { EitherAgent, FullAppAgent } from '../agent'
import { Platform } from 'react-native'
import type { EitherAgent, FullAppAgent } from '../agent'

import { V1OfferCredentialMessage, V1RequestPresentationMessage } from '@credo-ts/anoncreds'
import {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/NfcScannerModalAndroid.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Button, Heading, Paragraph, Stack, YStack, XStack } from '../base'
import { Sheet } from 'tamagui'
import { Button, Heading, Paragraph, Stack, XStack, YStack } from '../base'
import { AnimatedNfcScanIcon, ProgressBar } from '../content'

interface NfcScannerModalAndroidProps {
Expand Down

0 comments on commit 3e92a11

Please sign in to comment.