We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dcde9 commit 5ab85b6Copy full SHA for 5ab85b6
src/sentry/static/sentry/app/components/eventOrGroupHeader.jsx
@@ -1,6 +1,6 @@
1
import PropTypes from 'prop-types';
2
import React from 'react';
3
-import {withRouter, browserHistory} from 'react-router';
+import {withRouter} from 'react-router';
4
import styled, {css} from 'react-emotion';
5
import classNames from 'classnames';
6
import {capitalize} from 'lodash';
@@ -44,7 +44,7 @@ class EventOrGroupHeader extends React.Component {
44
const basePath = `/organizations/${orgId}/issues/`;
45
46
if (includeLink) {
47
- const locationWithProject = {...this.props.location}
+ const locationWithProject = {...this.props.location};
48
const query =
49
locationWithProject.query.project !== undefined
50
? {
0 commit comments