mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Use glitch-soc's poll component instead of upstream's
This commit is contained in:
parent
0998e3ade8
commit
2cd7bfac23
@ -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]),
|
||||
|
Loading…
Reference in New Issue
Block a user