diff options
More lint fixes
Diffstat (limited to 'ui/app/components/send/usd-fee-display.js')
-rw-r--r-- | ui/app/components/send/usd-fee-display.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/send/usd-fee-display.js b/ui/app/components/send/usd-fee-display.js index 6ee38f1b5..4cf31a493 100644 --- a/ui/app/components/send/usd-fee-display.js +++ b/ui/app/components/send/usd-fee-display.js @@ -28,8 +28,8 @@ USDFeeDisplay.prototype.render = function () { color: '#5d5d5d', fontSize: '16px', fontFamily: 'DIN OT', - lineHeight: '22.4px' - } + lineHeight: '22.4px', + }, }) } |