mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Our linter is seriously picky.
This commit is contained in:
parent
560c0afae3
commit
a69d818a0d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ export default class Stickerpicker extends React.Component {
|
||||||
* 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
|
* @param {Event} e Event that triggered the function
|
||||||
* @returns Nothing of use when the thing happens.
|
* @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