Skip to content

Commit

Permalink
Merge pull request #9889 from kaiiiiiiiii/fix_overlay_in_user_profile…
Browse files Browse the repository at this point in the history
…_panel

Regression: Overlapping header in user profile panel
  • Loading branch information
rodrigok authored Feb 26, 2018
2 parents df8ec68 + 40d5f00 commit a7f05b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rocketchat-ui-account/client/accountProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ Template.accountProfile.onRendered(function() {
SideNav.setFlex('accountFlex');
SideNav.openFlex();
});
$('.main-content').removeClass('rc-old');
// TODO: remove this line (:
});

const checkAvailability = _.debounce((username, {usernameAvaliable}) => {
Expand Down

0 comments on commit a7f05b1

Please sign in to comment.