mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-30 15:01:43 +01:00
null-guard defaultAvatarUrlForString
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7fa1214cf1
commit
af383c5a80
@ -82,6 +82,7 @@ function urlForColor(color) {
|
|||||||
const colorToDataURLCache = new Map();
|
const colorToDataURLCache = new Map();
|
||||||
|
|
||||||
export function defaultAvatarUrlForString(s) {
|
export function defaultAvatarUrlForString(s) {
|
||||||
|
if (!s) return "";
|
||||||
const defaultColors = ['#0DBD8B', '#368bd6', '#ac3ba8'];
|
const defaultColors = ['#0DBD8B', '#368bd6', '#ac3ba8'];
|
||||||
let total = 0;
|
let total = 0;
|
||||||
for (let i = 0; i < s.length; ++i) {
|
for (let i = 0; i < s.length; ++i) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user