Revert "Fix layout in learner profile"

This commit is contained in:
Bill DeRusha
2018-01-31 11:16:40 -05:00
committed by GitHub
parent 71bd63e361
commit 2eff15b22f

View File

@@ -87,7 +87,8 @@
viewLabel: gettext('Profile')
});
this.$el.find('.wrapper-profile-bio').html(this.tabbedView.render().el);
this.tabbedView.render();
this.$el.find('.account-settings-container').append(this.tabbedView.el);
if (this.firstRender) {
this.router.on('route:loadTab', _.bind(this.setActiveTab, this));