fixed indentation

This commit is contained in:
Mario Orlicky 2016-11-18 23:23:13 +01:00
parent 69fbd31abc
commit 828d34b70e

View file

@ -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();