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([ } } ] - } + }; } };