소스 검색

fixed indentation

Mario Orlicky 9 년 전
부모
커밋
828d34b70e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/users/userHeader.js

+ 1 - 1
client/components/users/userHeader.js

@@ -31,7 +31,7 @@ Template.editProfilePopup.events({
       Meteor.call('setUsername', username, function(error) {
         const messageElement = tpl.$('.username-taken');
         if (error) {
-         messageElement.show();
+          messageElement.show();
         } else {
           messageElement.hide();
           Popup.back();