Browse Source

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

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
2cd7bfac23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/containers/poll_container.js

+ 1
- 1
app/javascript/flavours/glitch/containers/poll_container.js 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]),

Loading…
Cancel
Save