import React from "react";
import { BusyMessage, CreditAmount, Icon } from "component/common";
import SubHeader from "component/subHeader";
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}
{__("Only verified accounts are eligible to earn rewards.")}
{__( "This account must undergo review before you can participate in the rewards program." )} {" "} {__( "This can take anywhere from several minutes to several days." )}
{__( "We apologize for this inconvenience, but have added this additional step to prevent fraud." )}
{__("You will receive an email when this process is complete.") + " " + __("Please enjoy free content in the meantime!")}
navigate("/discover")} button="primary" label="Return Home" />
{__("This application is unable to earn rewards due to an authentication failure.")}