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