mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: HR in profile causing user badge to behave weirdly
makes no sense to have HR in card anyway so removing them
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export default Ember.Component.extend({
|
||||
_parse: function() {
|
||||
this.$().find('hr').remove();
|
||||
this.$().ellipsis();
|
||||
}.on('didInsertElement'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user