Skip to content
Snippets Groups Projects
Commit 1a8edf27 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '913-missing-license-information-on-track-details-page' into 'develop'

Resolve "Missing license information on track details page"

Closes #913

See merge request funkwhale/funkwhale!875
parents bc39b181 46b4bc68
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