Add the BD badge before the server owner icon
This commit is contained in:
parent
4b59b9f65d
commit
68beee12d3
|
@ -150,7 +150,7 @@ export default class extends EventListener {
|
|||
const c = contributors.find(c => c.id === user.id);
|
||||
if (!c) return;
|
||||
|
||||
retVal.props.children.push(ReactHelpers.React.createElement('span', {
|
||||
retVal.props.children.splice(1, 0, ReactHelpers.React.createElement('span', {
|
||||
className: 'bd-badge-outer',
|
||||
'data-userid': user.id
|
||||
}));
|
||||
|
|
Loading…
Reference in New Issue