Skip to content

Commit

Permalink
Merge pull request statping#569 from z3cka/fix/568
Browse files Browse the repository at this point in the history
Fixes statping#568: Service links should use permalinks when possible
  • Loading branch information
hunterlong authored May 6, 2020
2 parents 1d69d39 + dd4227b commit 8b40250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default Vue.mixin({
},
serviceLink(service) {
if (service.permalink) {
service = this.$store.getters.serviceByPermalink(service)
service = this.$store.getters.serviceByPermalink(service.permalink)
}
if (service===undefined) {
return `/service/0`
Expand Down

0 comments on commit 8b40250

Please sign in to comment.