From 87871c5201b07c0acb1319271fbffa927e568f53 Mon Sep 17 00:00:00 2001 From: Gina Contrino Date: Mon, 5 Mar 2018 10:16:32 +0100 Subject: [PATCH] Show unit but not balance when loading --- src/components/sendTo/index.js | 15 +++++++------ .../transactions/transactionOverview.js | 21 ++++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/sendTo/index.js b/src/components/sendTo/index.js index cfa8a512c1..2370dec4ea 100644 --- a/src/components/sendTo/index.js +++ b/src/components/sendTo/index.js @@ -39,14 +39,13 @@ class SendTo extends React.Component { ${grid['col-lg-12']} `}>

- { - this.props.notLoading - ? - - LSK - - : null - } + + { + this.props.notLoading + ? + : null + } LSK +

diff --git a/src/components/transactions/transactionOverview.js b/src/components/transactions/transactionOverview.js index cb5901976e..73716e2e08 100644 --- a/src/components/transactions/transactionOverview.js +++ b/src/components/transactions/transactionOverview.js @@ -73,18 +73,19 @@ class Transactions extends React.Component {

{this.props.t('Activity')}

- {!this.isLoading() - ?
-

- +
+

+ {!this.isLoading() + ?   - LSK -

- -
- : null - } + : null + } + LSK +

+ +
+
{this.shouldShowEmptyState() ?