Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide the Buy EOS link until a claim-key is registered. #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Hide the Buy EOS link until a claim-key is registered. #20

wants to merge 1 commit into from

Conversation

jcalfee
Copy link
Contributor

@jcalfee jcalfee commented Jun 21, 2017

This change will hide the buy link leaving and make the user use 'Generate EOS key' first.

Without this, the second we go live there is an opportunity for someone to come in and buy some EOS tokens but leave without creating a claim key. I am unaware of any way we can deliver the EOS tokens if they do that.

@@ -230,11 +230,11 @@ var render = ({
<th>Token balances</th>
<td style={{ textAlign: "left" }}>
{formatETH(eth_balance.div(WAD))} ETH
<a href="#" id="buy-link"
{publicKey ? <a href="#" id="buy-link"
style={{ marginLeft: "1rem", float: "right" }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/index.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants