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

lolsob-rspec
Thibaut Girka 2019-05-19 23:02:32 +02:00 committed by ThibG
parent d428d2923d
commit 0bc9d4f6d3
1 changed files with 1 additions and 1 deletions

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