summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJessica <jessica@Absolventas-MacBook-Pro.local>2018-09-25 18:04:54 +0200
committerJessica <jessica@Absolventas-MacBook-Pro.local>2018-09-25 18:04:54 +0200
commite7ae0b8fe235e1b793c4ccb2907f8d48f43eacbb (patch)
treedab2f8eeb0c15b4d0b6653592e43f4f01f9784cc /src
parent5752fead4ce77b841d64fe42816ff7bcbf780729 (diff)
added cleaner concat for url of avatar
Diffstat (limited to 'src')
-rw-r--r--src/components/ContentList/ContentListItem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContentList/ContentListItem.vue b/src/components/ContentList/ContentListItem.vue
index 2cf2d3e2..27036b01 100644
--- a/src/components/ContentList/ContentListItem.vue
+++ b/src/components/ContentList/ContentListItem.vue
@@ -47,7 +47,7 @@ export default {
}
},
avatarUrl() {
- return 'url(' + this.contact.url + '?photo' + ')'
+ return `url(${this.contact.url}?photo)`
},
initial() {
if (this.avatarUrl) {