remove unused type
This commit is contained in:
@@ -14,7 +14,6 @@ import {useAgent} from '#/state/session'
|
|||||||
import {CharProgress} from '#/view/com/composer/char-progress/CharProgress'
|
import {CharProgress} from '#/view/com/composer/char-progress/CharProgress'
|
||||||
import * as Toast from '#/view/com/util/Toast'
|
import * as Toast from '#/view/com/util/Toast'
|
||||||
import {atoms as a, useBreakpoints, useTheme} from '#/alf'
|
import {atoms as a, useBreakpoints, useTheme} from '#/alf'
|
||||||
import {BottomSheetButton} from '#/components/BottomSheetButton'
|
|
||||||
import * as Dialog from '#/components/Dialog'
|
import * as Dialog from '#/components/Dialog'
|
||||||
import {KeyboardControllerPadding} from '#/components/KeyboardControllerPadding'
|
import {KeyboardControllerPadding} from '#/components/KeyboardControllerPadding'
|
||||||
import {Button, ButtonIcon, ButtonText} from '../Button'
|
import {Button, ButtonIcon, ButtonText} from '../Button'
|
||||||
@@ -143,7 +142,7 @@ function SubmitStep({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={a.gap_lg}>
|
<View style={a.gap_lg}>
|
||||||
<BottomSheetButton
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
@@ -151,7 +150,7 @@ function SubmitStep({
|
|||||||
label={_(msg`Go back to previous step`)}
|
label={_(msg`Go back to previous step`)}
|
||||||
onPress={goBack}>
|
onPress={goBack}>
|
||||||
<ButtonIcon icon={Chevron} />
|
<ButtonIcon icon={Chevron} />
|
||||||
</BottomSheetButton>
|
</Button>
|
||||||
|
|
||||||
<View style={[a.justify_center, gtMobile ? a.gap_sm : a.gap_xs]}>
|
<View style={[a.justify_center, gtMobile ? a.gap_sm : a.gap_xs]}>
|
||||||
<Text style={[a.text_2xl, a.font_bold]}>{copy.title}</Text>
|
<Text style={[a.text_2xl, a.font_bold]}>{copy.title}</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user