Amend link to license in track detail page

environments/review-docs-rate-jr6phc/deployments/2479
Ciarán Ainsworth 2019-09-06 17:13:05 +01:00
rodzic bc39b18173
commit 46b4bc68b1
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Fix missing license information on track details page (#913)

Wyświetl plik

@ -116,7 +116,7 @@ export default {
methods: {
fetchLicenseData(licenseId) {
var self = this
let url = `licenses/${licenseId}/`
let url = `licenses/${licenseId}`
axios.get(url).then(response => {
self.licenseData = response.data
})