Chore: lint fix

This commit is contained in:
Jose Olarte III
2025-08-26 16:52:32 +08:00
parent ec326495b2
commit ec53452220
6 changed files with 24 additions and 18 deletions

View File

@@ -114,7 +114,7 @@ export default class PersonCard extends Vue {
if (this.person.name) {
return this.person.name;
}
// If the entity does not have a set name
return this.person.did;
}