[F] Fix friends banner display

This commit is contained in:
Hykilpikonna
2022-08-12 15:07:46 -04:00
parent 7717ec5034
commit 6f7f0cf351
+1 -1
View File
@@ -57,7 +57,7 @@ export default class Friends extends Vue
bgStyle(f: Friend) bgStyle(f: Friend)
{ {
if (f.banner) return {'background-image': `url(${f.banner})`} if (f.banner) return {'background-image': `url("${f.banner}")`}
else return {} else return {}
} }
} }