add a test for empty ID, fix some linting

This commit is contained in:
2024-08-04 07:30:35 -06:00
parent 0abe3aebee
commit 61fffbb13e
5 changed files with 33 additions and 8 deletions

View File

@@ -198,7 +198,7 @@ export default class DIDView extends Vue {
if (pathParam) {
this.viewingDid = decodeURIComponent(pathParam);
this.contact = await db.contacts.get(this.viewingDid);
this.contactYaml = yaml.dump(this.contact)
this.contactYaml = yaml.dump(this.contact);
await this.loadClaimsAbout();
} else {
this.$notify(