Switch order of header and indicator.

This commit is contained in:
Kevin Serrano 2017-01-05 08:31:54 -08:00
parent b9a365a8f2
commit af61bb9065
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
1 changed files with 1 additions and 1 deletions

View File

@ -56,11 +56,11 @@ ConfirmTxScreen.prototype.render = function () {
!isNotification ? h('i.fa.fa-arrow-left.fa-lg.cursor-pointer', {
onClick: this.goHome.bind(this),
}) : null,
h('h2.page-subtitle', 'Confirm Transaction'),
isNotification ? h(NetworkIndicator, {
network: network,
provider: provider,
}) : null,
h('h2.page-subtitle', 'Confirm Transaction'),
]),
h('h3', {