Update LastMessageDate.plugin.js
This commit is contained in:
parent
57945c7e4b
commit
a916b9986a
|
@ -102,8 +102,8 @@ module.exports = (_ => {
|
|||
nativeClass: false,
|
||||
name: BDFDB.LibraryComponents.SvgIcon.Names.NUMPAD
|
||||
});
|
||||
return BDFDB.ReactUtils.createElement(this.props.isInPopout ? "div" : BDFDB.ReactUtils.Fragment, {
|
||||
className: this.props.isInPopout && BDFDB.disCN.marginbottom8,
|
||||
return BDFDB.ReactUtils.createElement("div", {
|
||||
className: this.props.isInPopout && BDFDB.disCN.userpopoutsection,
|
||||
children: [
|
||||
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Heading, {
|
||||
className: !this.props.isInPopout ? BDFDB.disCN.userprofileinfosectionheader : BDFDB.disCN.userpopoutsectiontitle,
|
||||
|
|
Loading…
Reference in New Issue