Skip to content

Commit

Permalink
Update the url for ticket details
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonco committed May 30, 2018
1 parent 823c8c8 commit 32a2924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-web-app/src/components/Project/TicketDetailButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class TicketDetailButton extends Component {

render() {
return (
<Link to={"/projects/" + this.props.keyProj + "/" + this.props.proj.row.id } style={{textDecoration: 'none'}}>
<Link to={"/projects/" + this.props.keyProj + "/tickets/" + this.props.proj.row.id } style={{textDecoration: 'none'}}>
<Text
onPress = { this.showTicketDetails.bind(this) }
style={{color: '#5daedb'}}
Expand Down

0 comments on commit 32a2924

Please sign in to comment.