mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
using profile revision for logo
This commit is contained in:
parent
04d520748b
commit
e238bff778
@ -60,7 +60,7 @@ export function useTopicItem(item) {
|
|||||||
const contact = card.actions.getByGuid(guid);
|
const contact = card.actions.getByGuid(guid);
|
||||||
if (contact) {
|
if (contact) {
|
||||||
if (contact.profile.imageSet) {
|
if (contact.profile.imageSet) {
|
||||||
logo = card.actions.getCardLogo(contact.cardId, contact.revision);
|
logo = card.actions.getCardLogo(contact.cardId, contact.profileRevision);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
logo = 'avatar';
|
logo = 'avatar';
|
||||||
|
Loading…
Reference in New Issue
Block a user