chore: drop duplicate response prop
This commit is contained in:
parent
e3eb9d83f1
commit
73017bec00
2 changed files with 5 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
const populateNowPlaying = (data) => {
|
||||
loading.style.display = 'none'
|
||||
content.innerHTML = data.html
|
||||
content.innerHTML = data.content
|
||||
content.classList.remove('hidden')
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue