From 052d338b2b35bbea4cc4b11db6cdb13cbcc69001 Mon Sep 17 00:00:00 2001 From: kumavis Date: Wed, 9 Aug 2017 01:04:42 -0700 Subject: lint fix --- ui/app/components/buy-button-subview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/app/components/buy-button-subview.js b/ui/app/components/buy-button-subview.js index e4624ada8..d9ccb36c5 100644 --- a/ui/app/components/buy-button-subview.js +++ b/ui/app/components/buy-button-subview.js @@ -169,7 +169,7 @@ BuyButtonSubview.prototype.primarySubview = function () { marginTop: '15px', }, }, 'Borrow With Dharma (Beta)') - ) : null + ) : null, ]) ) -- cgit