From eec332f37312cffca77843e51af311b6cd1e4ae3 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 18 Jun 2024 22:51:50 -0700 Subject: [PATCH] lint --- src/components/StarterPack/ProfileStarterPacks.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 985aa9746d..5ad86a82be 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -157,7 +157,7 @@ function CreateAnother() { variant="ghost" color="primary" size="small" - onPress={() => navigation.navigate('StarterPackWizard', {})}> + onPress={() => navigation.navigate('StarterPackWizard')}> Create another @@ -245,7 +245,7 @@ function Empty() { color="primary" size="small" disabled={isGenerating} - onPress={() => navigation.navigate('StarterPackWizard', {})} + onPress={() => navigation.navigate('StarterPackWizard')} style={{ backgroundColor: 'white', borderColor: 'white', @@ -273,7 +273,7 @@ function Empty() { color="primary" cta={_(msg`I'll create one`)} onPress={() => { - navigation.navigate('StarterPackWizard', {}) + navigation.navigate('StarterPackWizard') }} />