fix eslint

This commit is contained in:
Horatiu Muresan 2022-06-09 15:21:51 +03:00
parent 3026c8d0db
commit 374f56c8a8
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import { IconDownload } from '../../base/icons';
import { connect } from '../../base/redux'; import { connect } from '../../base/redux';
import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components'; import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components';
import { openURLInBrowser } from '../../base/util'; import { openURLInBrowser } from '../../base/util';
import { isVpaasMeeting } from '../../jaas/functions';
type Props = AbstractButtonProps & { type Props = AbstractButtonProps & {

View File

@ -7,7 +7,6 @@ import { IconHelp } from '../../base/icons';
import { connect } from '../../base/redux'; import { connect } from '../../base/redux';
import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components'; import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components';
import { openURLInBrowser } from '../../base/util'; import { openURLInBrowser } from '../../base/util';
import { isVpaasMeeting } from '../../jaas/functions';
type Props = AbstractButtonProps & { type Props = AbstractButtonProps & {