fix pagine che non comparivano immagini

This commit is contained in:
Surya Paolo
2022-12-11 18:34:01 +01:00
parent c743977b66
commit ac01af43cb
9 changed files with 10 additions and 10 deletions

View File

@@ -6759,7 +6759,7 @@ export const tools = {
} else {
// console.log('username', username, 'table', table)
if (arrimage && arrimage.length > 0) {
return `upload/profile/${username}/${table}` + arrimage[0].imagefile
return `upload/profile/${username}/${table}/` + arrimage[0].imagefile
} else {
return ''
}