fix problem with anonymous contributor; refine tasks

This commit is contained in:
2024-01-14 15:27:57 -07:00
parent 40a8794649
commit 9f595040d8
3 changed files with 10 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ export default class GiftedDialog extends Vue {
open(giver: GiverInputInfo) {
this.description = "";
this.giver = giver;
this.giver = giver || {};
if (!this.giver.name) {
this.giver.name = didInfo(
this.giver.did,