Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 89381bb

Browse files
committed
Display Total SAT label above unified balance on home screen
1 parent 9ed8c75 commit 89381bb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/view/home.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ import { H4Text } from '../component/text';
1111
import Icon from '../component/icon';
1212
import QrIcon from '../asset/icon/qr';
1313
import LightningBoltPurpleIcon from '../asset/icon/lightning-bolt-purple';
14-
import {
15-
BalanceLabel,
16-
BalanceLabelNumeral,
17-
BalanceLabelUnit,
18-
} from '../component/label';
14+
import { BalanceLabel, BalanceLabelNumeral } from '../component/label';
1915
import { Button, GlasButton, DownButton } from '../component/button';
2016

2117
//
@@ -113,9 +109,9 @@ const BalanceDisplay = ({
113109
}) => (
114110
<View style={balanceStyles.wrapper}>
115111
<Button onPress={toggleDisplayFiat}>
112+
<H4Text>Total {unitLabel}</H4Text>
116113
<BalanceLabel>
117114
<BalanceLabelNumeral>{totalBalanceLabel}</BalanceLabelNumeral>
118-
<BalanceLabelUnit>{unitLabel}</BalanceLabelUnit>
119115
</BalanceLabel>
120116
</Button>
121117
<Button onPress={goChannels} style={balanceStyles.percentBtn}>

0 commit comments

Comments
 (0)