Compare commits
1 Commits
accountvie
...
gifted-dia
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4eb6f2d1d |
@@ -483,10 +483,13 @@ export default class GiftedDialog extends Vue {
|
|||||||
image: project.image,
|
image: project.image,
|
||||||
handleId: project.handleId,
|
handleId: project.handleId,
|
||||||
};
|
};
|
||||||
|
// Only set receiver to "You" if no receiver has been selected yet
|
||||||
|
if (!this.receiver || !this.receiver.did) {
|
||||||
this.receiver = {
|
this.receiver = {
|
||||||
did: this.activeDid,
|
did: this.activeDid,
|
||||||
name: "You",
|
name: "You",
|
||||||
};
|
};
|
||||||
|
}
|
||||||
this.firstStep = false;
|
this.firstStep = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user