Skip to content

Commit

Permalink
fix(KYC): revert flowType high and mobile logic
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 3, 2019
1 parent 80541c2 commit 0121487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class VerifyContainer extends React.PureComponent {
return (
<MediaContextConsumer>
{({ mobile }) =>
flowType === FLOW_TYPES.HIGH || mobile ? (
flowType === FLOW_TYPES.HIGH && mobile ? (
<HighFlow
email={email}
deeplink={deeplink}
Expand Down

0 comments on commit 0121487

Please sign in to comment.