forked from jsnbuchanan/crowd-funder-for-time-pwa
add a test for empty ID, fix some linting
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user