integrate existing flow into onboarding
This commit is contained in:
committed by
Eric Bailey
parent
f00b709cc8
commit
da55868ddc
@@ -25,7 +25,7 @@ export function GetContacts({
|
|||||||
onCancel,
|
onCancel,
|
||||||
}: {
|
}: {
|
||||||
state: Extract<State, {step: '3: get contacts'}>
|
state: Extract<State, {step: '3: get contacts'}>
|
||||||
dispatch: React.Dispatch<Action>
|
dispatch: React.ActionDispatch<[Action]>
|
||||||
onCancel: () => void
|
onCancel: () => void
|
||||||
}) {
|
}) {
|
||||||
const {_} = useLingui()
|
const {_} = useLingui()
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export function PhoneInput({
|
|||||||
onSkip,
|
onSkip,
|
||||||
}: {
|
}: {
|
||||||
state: Extract<State, {step: '1: phone input'}>
|
state: Extract<State, {step: '1: phone input'}>
|
||||||
dispatch: React.Dispatch<Action>
|
dispatch: React.ActionDispatch<[Action]>
|
||||||
showSkipButton: boolean
|
showSkipButton: boolean
|
||||||
onSkip: () => void
|
onSkip: () => void
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ export function VerifyNumber({
|
|||||||
onSkip,
|
onSkip,
|
||||||
}: {
|
}: {
|
||||||
state: Extract<State, {step: '2: verify number'}>
|
state: Extract<State, {step: '2: verify number'}>
|
||||||
dispatch: React.Dispatch<Action>
|
dispatch: React.ActionDispatch<[Action]>
|
||||||
showSkipButton: boolean
|
showSkipButton: boolean
|
||||||
onSkip: () => void
|
onSkip: () => void
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user