Поправил цвета автаров

This commit is contained in:
megavrilinvv
2022-11-02 10:48:47 +03:00
parent a720f73bed
commit 41755926d0
4 changed files with 4 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ export default {
},
contacts: [...this.client.contacts],
avatar: `${this.client.last_name[0]}${this.client.first_name[0]}`,
color: this.client.color,
};
},
methods: {