import React from "react";
import lbryio from "lbryio";
import { BusyMessage, CreditAmount, Icon } from "component/common";
import SubHeader from "component/subHeader";
import Auth from "component/auth";
import Link from "component/link";
import RewardLink from "component/rewardLink";
const RewardTile = props => {
const { reward } = props;
const claimed = !!reward.transaction_id;
return (
{reward.reward_title}
{__( "Additional information is required to be eligible for the rewards program." )}
{__("You are not eligible to claim rewards.")}
To become eligible, email {" "} with a link to a public social media profile.