fix: minor fixes and add csv import support
This commit is contained in:
parent
289e7839c6
commit
fefbf15f5e
6 changed files with 73 additions and 32 deletions
|
|
@ -94,8 +94,8 @@ function renderCard(organization) {
|
|||
// image
|
||||
let image = createEl('card-image-container')
|
||||
let imageTag = createEl('card-image')
|
||||
//mediaBaseUrl + '/' +
|
||||
imageTag.style = `background-image: url('${organization.thumbnail}')`
|
||||
|
||||
imageTag.style = `background-image: url('${mediaBaseUrl + '/' + organization.thumbnail}')`
|
||||
image.appendChild(imageTag)
|
||||
card.appendChild(image)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue