Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
removes cafes from onboarding
Browse files Browse the repository at this point in the history
Signed-off-by: andrew <andrew@textile.io>
  • Loading branch information
andrewxhill committed Aug 22, 2019
1 parent 0f7e9d1 commit 8c042c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App/Containers/OnboardingScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ class OnboardingScreen extends React.Component<Props, State> {
referralCode={this.props.referralCode}
onSuccess={this.nextPage}
/>,
<ChooseCafe key="cafe" onSuccess={this.nextPage} />,
<OnboardingUsername key="username" onSuccess={this.nextPage} />,
<SetAvatar key="avatar" onSuccess={this.nextPage} />,
<MailListSignupScreen key="mail" onSuccess={this.nextPage} />,
Expand Down

0 comments on commit 8c042c3

Please sign in to comment.