Skip to content

Commit

Permalink
ref: Remove unused ProjectState mixin (#13579)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara authored Jun 6, 2019
1 parent ce784b1 commit 13321bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sentry/static/sentry/app/components/stream/group.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import GroupChart from 'app/components/stream/groupChart';
import GroupCheckBox from 'app/components/stream/groupCheckBox';
import GroupStore from 'app/stores/groupStore';
import GuideAnchor from 'app/components/assistant/guideAnchor';
import ProjectState from 'app/mixins/projectState';
import SelectedGroupStore from 'app/stores/selectedGroupStore';

const StreamGroup = createReactClass({
Expand All @@ -31,7 +30,7 @@ const StreamGroup = createReactClass({
memberList: PropTypes.array,
},

mixins: [Reflux.listenTo(GroupStore, 'onGroupChange'), ProjectState],
mixins: [Reflux.listenTo(GroupStore, 'onGroupChange')],

getDefaultProps() {
return {
Expand Down

0 comments on commit 13321bb

Please sign in to comment.