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:
parent
709ab731c7
commit
1da5060bf8
|
@ -1,5 +1,6 @@
|
|||
export default Ember.Component.extend({
|
||||
_parse: function() {
|
||||
this.$().find('hr').remove();
|
||||
this.$().ellipsis();
|
||||
}.on('didInsertElement'),
|
||||
|
||||
|
|
Loading…
Reference in New Issue