Circumvent the linter
This commit is contained in:
parent
a69d818a0d
commit
670c14b2e3
1 changed files with 2 additions and 3 deletions
|
@ -287,11 +287,10 @@ export default class Stickerpicker extends React.Component {
|
||||||
return stickersContent;
|
return stickersContent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
// Dev note: this isn't jsdoc because it's angry.
|
||||||
|
/*
|
||||||
* Show the sticker picker overlay
|
* Show the sticker picker overlay
|
||||||
* If no stickerpacks have been added, show a link to the integration manager add sticker packs page.
|
* If no stickerpacks have been added, show a link to the integration manager add sticker packs page.
|
||||||
* @param {Event} e Event that triggered the function
|
|
||||||
* @return Nothing of use when the thing happens.
|
|
||||||
*/
|
*/
|
||||||
_onShowStickersClick(e) {
|
_onShowStickersClick(e) {
|
||||||
if (!SettingsStore.getValue("integrationProvisioning")) {
|
if (!SettingsStore.getValue("integrationProvisioning")) {
|
||||||
|
|
Loading…
Reference in a new issue