diff --git a/frontend/app/components/shared/SharePopup/SharePopup.js b/frontend/app/components/shared/SharePopup/SharePopup.js index d0bf931d3..df29aa089 100644 --- a/frontend/app/components/shared/SharePopup/SharePopup.js +++ b/frontend/app/components/shared/SharePopup/SharePopup.js @@ -1,7 +1,7 @@ import React from 'react'; import { connect } from 'react-redux'; import { toast } from 'react-toastify'; -import { Icon, Button, Popover, Loader } from 'UI'; +import { Form, Button, Popover, Loader } from 'UI'; import styles from './sharePopup.module.css'; import IntegrateSlackButton from '../IntegrateSlackButton/IntegrateSlackButton'; import SessionCopyLink from './SessionCopyLink'; @@ -132,8 +132,8 @@ export default class SharePopup extends React.PureComponent { /> {slackOptions.length > 0 && ( - <> - Share to slack +