Circumvent the linter

This commit is contained in:
Travis Ralston 2019-11-20 20:54:21 -07:00
parent a69d818a0d
commit 670c14b2e3

View file

@ -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")) {