From: Thibaut Girka Date: Sun, 19 May 2019 21:02:32 +0000 (+0200) Subject: Use glitch-soc's poll component instead of upstream's X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2cd7bfac239561ab7ad119d558a6508e66e4ad22;p=mastodon.git Use glitch-soc's poll component instead of upstream's --- diff --git a/app/javascript/flavours/glitch/containers/poll_container.js b/app/javascript/flavours/glitch/containers/poll_container.js index cd7216de7..da93cc905 100644 --- a/app/javascript/flavours/glitch/containers/poll_container.js +++ b/app/javascript/flavours/glitch/containers/poll_container.js @@ -1,5 +1,5 @@ import { connect } from 'react-redux'; -import Poll from 'mastodon/components/poll'; +import Poll from 'flavours/glitch/components/poll'; const mapStateToProps = (state, { pollId }) => ({ poll: state.getIn(['polls', pollId]),