From 35cefd55706c19ca15165c46e1768c9bc7e8aa97 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 3 May 2018 17:42:47 -0400 Subject: [PATCH] Fix build fail --- .../client/containers/DownloadCommentHistory.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js b/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js index a610e834b..7a22ef37f 100644 --- a/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js +++ b/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js @@ -3,7 +3,6 @@ import PropTypes from 'prop-types'; import { bindActionCreators } from 'redux'; import { compose, gql } from 'react-apollo'; import DownloadCommentHistory from '../components/DownloadCommentHistory'; -import { withFragments } from 'plugin-api/beta/client/hocs'; import { withRequestDownloadLink } from '../hocs'; import { connect, withFragments } from 'plugin-api/beta/client/hocs'; import { withRequestDownloadLink } from '../hocs';