Skip to content
Snippets Groups Projects
Commit 46b4bc68 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Amend link to license in track detail page

parent bc39b181
No related branches found
No related tags found
No related merge requests found
Fix missing license information on track details page (#913)
\ No newline at end of file
......@@ -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
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment