From 2a204624f54da65613e57c24d047af6b17014ec7 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 7 Jul 2016 12:27:34 -0700 Subject: Implement tx confirmation style refinements --- ui/app/components/pending-tx.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ui/app/components/pending-tx.js') diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index 77dba87ee..8067aef05 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -21,14 +21,6 @@ PendingTx.prototype.render = function () { key: txData.id, }, [ - // header - h('h3', { - style: { - fontWeight: 'bold', - textAlign: 'center', - }, - }, 'Submit Transaction'), - // tx info h(PendingTxDetails, state), -- cgit v1.2.3