diff options
lint - dingle dangle comma tangle
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/pending-tx-details.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js index 907f1c5b8..c9d3251e1 100644 --- a/ui/app/components/pending-tx-details.js +++ b/ui/app/components/pending-tx-details.js @@ -74,7 +74,7 @@ PTXP.render = function () { value: balance, inline: true, labelColor: '#F7861C', - }) + }), ]), ]), |