Appease the linter

pull/21833/head
Travis Ralston 2019-11-20 20:45:16 -07:00
parent 94fed922cf
commit 560c0afae3
2 changed files with 1 additions and 3 deletions

View File

@ -291,6 +291,7 @@ export default class Stickerpicker extends React.Component {
* 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
* @returns Nothing of use when the thing happens.
*/
_onShowStickersClick(e) {
if (!SettingsStore.getValue("integrationProvisioning")) {

View File

@ -22,9 +22,6 @@ import type {MatrixClient, MatrixEvent, Room} from "matrix-js-sdk";
import WidgetUtils from "../utils/WidgetUtils";
import MatrixClientPeg from "../MatrixClientPeg";
import {AutoDiscovery} from "matrix-js-sdk";
import {_t} from "../languageHandler";
import dis from "../dispatcher";
import React from 'react';
import SettingsStore from "../settings/SettingsStore";
const HS_MANAGERS_REFRESH_INTERVAL = 8 * 60 * 60 * 1000; // 8 hours