Update ReadAllNotificationsButton.plugin.js
This commit is contained in:
parent
49d55d0940
commit
4c49eb9e3a
|
@ -147,7 +147,7 @@ class ReadAllNotificationsButton {
|
|||
className: BDFDB.disCN.guildiconwrapper + BDFDB.disCN._readallnotificationsbuttoninner,
|
||||
style: {height: 20},
|
||||
children: BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCN.guildiconchildwrapper + BDFDB.disCN._readallnotificationsbuttobutton,
|
||||
className: BDFDB.disCN.guildiconchildwrapper + BDFDB.disCN._readallnotificationsbuttonbutton,
|
||||
style: {height: 20},
|
||||
children: "read all",
|
||||
onClick: _ => {
|
||||
|
|
Loading…
Reference in New Issue