Skip to content

Commit

Permalink
Remove withMobileDialog HOC
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Mar 13, 2023
1 parent d35b635 commit 99c07d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
RedditShareButton,
RedditIcon
} from 'react-share';
import withMobileDialog from '@material-ui/core/withMobileDialog';
import messages from './PhraseShare.messages';

import './PhraseShare.css';
Expand Down Expand Up @@ -144,4 +143,4 @@ PhraseShare.propTypes = {
onCopyPhrase: PropTypes.func
};

export default withMobileDialog()(PhraseShare);
export default PhraseShare;

0 comments on commit 99c07d8

Please sign in to comment.