Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Jun 18, 2024
1 parent e7f0c25 commit f84aa3c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/screens/StarterPack/StarterPackLandingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,7 @@ export function LandingScreen({
return null
}

return (
<LandingScreenInner
setScreenState={setScreenState}
moderationOpts={moderationOpts}
/>
)
return <LandingScreenInner setScreenState={setScreenState} />
}

export function LandingScreenInner({
Expand Down

0 comments on commit f84aa3c

Please sign in to comment.