Skip to content

Commit

Permalink
#454 remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed Jun 16, 2016
1 parent 905707b commit 02fffbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/application/src/router.react.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class VersionDetailHandler extends React.Component {
tags = pieroneStore.getTags(team, artifact).map(t => t.name),
approvalCount = kioStore.getApprovals(applicationId, versionId).length,
editable = !!magnificentStore.getAuth(application.team_id),
scmSource = pieroneStore.getScmSource(team, artifact, tag);;
scmSource = pieroneStore.getScmSource(team, artifact, tag);
return <VersionDetail
applicationId={this.props.params.applicationId}
versionId={this.props.params.versionId}
Expand Down

0 comments on commit 02fffbb

Please sign in to comment.