Appease the linter

pull/21833/head
Travis Ralston 2020-04-16 11:18:54 -06:00
parent 54f8ba4d80
commit 0fcaaab1d0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import PropTypes from "prop-types";
import classNames from 'classnames';
import {_t, _td} from '../../../languageHandler';
import {useFeatureEnabled, useSettingValue} from "../../../hooks/useSettings";
import {useSettingValue} from "../../../hooks/useSettings";
import AccessibleButton from "../elements/AccessibleButton";
import Tooltip from "../elements/Tooltip";