some fixes to the gifted-dialog logic

This commit is contained in:
2025-06-29 18:18:18 -06:00
parent e74d7c260f
commit f85a912b0d
3 changed files with 2 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ export default class ContactGiftingView extends Vue {
// Preserve the existing giver from the context
if (this.giverEntityType === "project") {
giver = {
did: this.giverProjectHandleId,
// no did, because it's a project
name: this.giverProjectName,
image: this.giverProjectImage,
handleId: this.giverProjectHandleId,