PAMapp/components/Consultant/ConsultantCard.vue @@ -107,7 +107,6 @@ }; get avatarFileName() { console.log('avatarFileName') return this.agentInfo.img ? this.agentInfo.img : this.agentInfo.image; }