Update view.jsx
This commit is contained in:
parent
658ce9115f
commit
0348606859
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue