Circumvent the linter

pull/21833/head
Travis Ralston 2019-11-20 20:54:21 -07:00
parent a69d818a0d
commit 670c14b2e3
1 changed files with 2 additions and 3 deletions

View File

@ -287,11 +287,10 @@ export default class Stickerpicker extends React.Component {
return stickersContent;
}
/**
// Dev note: this isn't jsdoc because it's angry.
/*
* Show the sticker picker overlay
* 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) {
if (!SettingsStore.getValue("integrationProvisioning")) {