fix problem with anonymous contributor; refine tasks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user