stuff
This commit is contained in:
parent
830507e44b
commit
0d7a61bb48
|
@ -4447,7 +4447,7 @@ module.exports = (_ => {
|
|||
this.props.icon && BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCN.menuiconcontainer,
|
||||
children: BDFDB.ReactUtils.createElement(this.props.icon, {
|
||||
className: BDFDB.disCN.menuicon,
|
||||
className: BDFDB.disCN.menuicon
|
||||
})
|
||||
}),
|
||||
this.props.imageUrl && BDFDB.ReactUtils.createElement("div", {
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
"CopyLinkUtils": {"props": ["SUPPORTS_COPY", "copy"]},
|
||||
"CurrentUserStore": {"props": ["getCurrentUser"]},
|
||||
"CurrentVoiceUtils": {"props": ["getAveragePing", "isConnected"]},
|
||||
"CustomStatusConstants": {"props": ["ClearAfterValues", "STATUS_MAX_LENGTH"]},
|
||||
"DirectMessageStore": {"props": ["getPrivateChannelIds"]},
|
||||
"DirectMessageUnreadStore": {"props": ["getUnreadPrivateChannelIds"]},
|
||||
"DispatchApiUtils": {"props": ["dirtyDispatch", "isDispatching"]},
|
||||
|
|
Loading…
Reference in New Issue