Use glitch-soc's poll component instead of upstream's

This commit is contained in:
Thibaut Girka 2019-05-19 23:02:32 +02:00 committed by ThibG
parent 0998e3ade8
commit 2cd7bfac23

View file

@ -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]),