From 0c2303aaa6c1ddfa65dfad8bb1ab86f782209717 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 27 May 2019 14:45:38 -0500 Subject: [PATCH] admin: add STAGE_NOT_CANCELED filters to links from Home --- admin/src/components/Home/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/admin/src/components/Home/index.tsx b/admin/src/components/Home/index.tsx index e0845089..66ebb62a 100644 --- a/admin/src/components/Home/index.tsx +++ b/admin/src/components/Home/index.tsx @@ -32,7 +32,7 @@ class Home extends React.Component {
There are {proposalNoArbiterCount}{' '} live proposals without an arbiter.{' '} - + Click here {' '} to view them. @@ -42,14 +42,16 @@ class Home extends React.Component {
There are{' '} {proposalMilestonePayoutsCount} proposals with approved payouts.{' '} - Click here to view - them. + + Click here + {' '} + to view them.
), !!contributionRefundableCount && (
- There are {contributionRefundableCount}{' '} - contributions ready to be refunded.{' '} + There are{' '} + {contributionRefundableCount} contributions ready to be refunded.{' '} Click here to view them.
),