Skip to content

Commit

Permalink
Onboarding: hotfix for mainnet disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Oct 30, 2018
1 parent d021fc9 commit f613f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onboarding/Start.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class StartContent extends React.PureComponent {
/>
</div>

{network.type !== 'main' && (
{network.type === 'main' && (
<Disclosure>
<span>
<IconAttention />
Expand Down

0 comments on commit f613f0d

Please sign in to comment.