From 186c4379557e14c3dce68b4ccd2886577c01deab Mon Sep 17 00:00:00 2001 From: Travis Eden Date: Wed, 30 May 2018 12:07:56 -0400 Subject: [PATCH] simplify first reward --- src/renderer/modal/modalFirstReward/view.jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/renderer/modal/modalFirstReward/view.jsx b/src/renderer/modal/modalFirstReward/view.jsx index 5d86e3636..c2f7481eb 100644 --- a/src/renderer/modal/modalFirstReward/view.jsx +++ b/src/renderer/modal/modalFirstReward/view.jsx @@ -6,7 +6,7 @@ import CreditAmount from 'component/common/credit-amount'; class ModalFirstReward extends React.PureComponent { render() { - const { closeModal, reward } = this.props; + const { closeModal } = this.props; return (

{__('Your First Reward')}

-

- {__('You just earned your first reward of')}{' '} - . -

+

{__('You just earned your first reward.')}

{__( "This reward will show in your Wallet in the top right momentarily (if it hasn't already)."