Use glitch-soc's poll component instead of upstream's
This commit is contained in:
		@@ -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]),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user