fix eslint
This commit is contained in:
parent
3026c8d0db
commit
374f56c8a8
|
@ -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 & {
|
||||||
|
|
||||||
|
|
|
@ -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 & {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue