From 1f48ee36efa196f2fe8bdde3142d1d3a3f034bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 9 Dec 2019 14:15:38 +0000 Subject: [PATCH] linting --- www/common/common-ui-elements.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 3a1402f6c..fd2955e56 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1138,7 +1138,7 @@ define([ }, keys: [13] }] - } + }; } else { return { content: h('p', Messages.share_noContactsNotLoggedIn), @@ -1156,7 +1156,7 @@ define([ } } ] - } + }; } };