lint
This commit is contained in:
@@ -157,7 +157,7 @@ function CreateAnother() {
|
|||||||
variant="ghost"
|
variant="ghost"
|
||||||
color="primary"
|
color="primary"
|
||||||
size="small"
|
size="small"
|
||||||
onPress={() => navigation.navigate('StarterPackWizard', {})}>
|
onPress={() => navigation.navigate('StarterPackWizard')}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
<Trans>Create another</Trans>
|
<Trans>Create another</Trans>
|
||||||
</ButtonText>
|
</ButtonText>
|
||||||
@@ -245,7 +245,7 @@ function Empty() {
|
|||||||
color="primary"
|
color="primary"
|
||||||
size="small"
|
size="small"
|
||||||
disabled={isGenerating}
|
disabled={isGenerating}
|
||||||
onPress={() => navigation.navigate('StarterPackWizard', {})}
|
onPress={() => navigation.navigate('StarterPackWizard')}
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
borderColor: 'white',
|
borderColor: 'white',
|
||||||
@@ -273,7 +273,7 @@ function Empty() {
|
|||||||
color="primary"
|
color="primary"
|
||||||
cta={_(msg`I'll create one`)}
|
cta={_(msg`I'll create one`)}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
navigation.navigate('StarterPackWizard', {})
|
navigation.navigate('StarterPackWizard')
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Prompt.Action
|
<Prompt.Action
|
||||||
|
|||||||
Reference in New Issue
Block a user