diff --git a/react/features/toolbox/components/DownloadButton.js b/react/features/toolbox/components/DownloadButton.js index 9568121bf..8d34fa22f 100644 --- a/react/features/toolbox/components/DownloadButton.js +++ b/react/features/toolbox/components/DownloadButton.js @@ -6,7 +6,6 @@ import { IconDownload } from '../../base/icons'; import { connect } from '../../base/redux'; import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components'; import { openURLInBrowser } from '../../base/util'; -import { isVpaasMeeting } from '../../jaas/functions'; type Props = AbstractButtonProps & { diff --git a/react/features/toolbox/components/HelpButton.js b/react/features/toolbox/components/HelpButton.js index 335ff9fcc..62cecdceb 100644 --- a/react/features/toolbox/components/HelpButton.js +++ b/react/features/toolbox/components/HelpButton.js @@ -7,7 +7,6 @@ import { IconHelp } from '../../base/icons'; import { connect } from '../../base/redux'; import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components'; import { openURLInBrowser } from '../../base/util'; -import { isVpaasMeeting } from '../../jaas/functions'; type Props = AbstractButtonProps & {