From 9f6fbeb9b46db7f325b8b1dcd09224b521d1144d Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 19 Dec 2019 13:51:49 -0500 Subject: [PATCH] transaction id will be empty sometimes now --- ui/component/rewardListClaimed/view.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/component/rewardListClaimed/view.jsx b/ui/component/rewardListClaimed/view.jsx index c74f1de19..47afd70a6 100644 --- a/ui/component/rewardListClaimed/view.jsx +++ b/ui/component/rewardListClaimed/view.jsx @@ -51,9 +51,7 @@ const RewardListClaimed = (props: Props) => { {reward.reward_title} {reward.reward_amount} - - - + {reward.transaction_id && } {moment(reward.created_at).format('LLL')} ))}