Skip to content

Commit 5ab85b6

Browse files
committed
Linting
1 parent 45dcde9 commit 5ab85b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sentry/static/sentry/app/components/eventOrGroupHeader.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import PropTypes from 'prop-types';
22
import React from 'react';
3-
import {withRouter, browserHistory} from 'react-router';
3+
import {withRouter} from 'react-router';
44
import styled, {css} from 'react-emotion';
55
import classNames from 'classnames';
66
import {capitalize} from 'lodash';
@@ -44,7 +44,7 @@ class EventOrGroupHeader extends React.Component {
4444
const basePath = `/organizations/${orgId}/issues/`;
4545

4646
if (includeLink) {
47-
const locationWithProject = {...this.props.location}
47+
const locationWithProject = {...this.props.location};
4848
const query =
4949
locationWithProject.query.project !== undefined
5050
? {

0 commit comments

Comments
 (0)