Update 0BDFDB.plugin.js
This commit is contained in:
parent
c1d9315fda
commit
98a8851cd5
|
@ -4492,7 +4492,7 @@ module.exports = (_ => {
|
|||
className: BDFDB.disCN._repodescriptionwrap,
|
||||
children: BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCN._repodescription,
|
||||
children: this.props.data.description && BDFDB.ReactUtils.elementToReact(BDFDB.DOMUtils.createElement(this.props.data.description))
|
||||
children: this.props.data.description && BDFDB.ReactUtils.elementToReact(BDFDB.DOMUtils.create(this.props.data.description))
|
||||
})
|
||||
}),
|
||||
(links.length || buttons.length) && BDFDB.ReactUtils.createElement("div", {
|
||||
|
|
Loading…
Reference in New Issue