Update view.jsx

This commit is contained in:
Josh Finer 2017-07-06 21:14:55 -04:00 committed by GitHub
parent 658ce9115f
commit 0348606859

View file

@ -73,11 +73,6 @@ class RewardsPage extends React.PureComponent {
content = (
<div className="empty">
<p>{__("You are not eligible to claim rewards.")}</p>
<p>
{__("To become eligible, email")}
{" "}<Link href="mailto:help@lbry.io" label="help@lbry.io" />{" "}
{__("with a link to a public social media profile.")}
</p>
</div>
);
} else if (fetching) {