Skip to content

Commit

Permalink
Merge pull request #270 from mitchhentges/double-default-export
Browse files Browse the repository at this point in the history
Remove duplicate export
  • Loading branch information
tomitm authored Aug 26, 2016
2 parents 6beb6fd + a7024f1 commit 336b761
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/component/inspect-request/request-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ export default class RequestDetails extends React.Component {
RequestDetails.propTypes = {
request: object.isRequired
};

export default RequestDetails;

0 comments on commit 336b761

Please sign in to comment.