Remove 'customTitle' variable

This commit is contained in:
Jose Olarte III
2025-07-31 15:53:37 +08:00
parent 6d28a7d8a3
commit 0582954cfa
6 changed files with 5 additions and 23 deletions

View File

@@ -1155,7 +1155,6 @@ export default class ProjectViewView extends Vue {
undefined,
undefined,
undefined,
"Given by Unnamed to this project",
);
// Immediately select "Unnamed" and move to Step 2
(this.$refs.giveDialogToThis as GiftedDialog).selectGiver();
@@ -1173,7 +1172,6 @@ export default class ProjectViewView extends Vue {
image: this.imageUrl,
},
undefined,
`Given to ${this.name}`,
);
}
}
@@ -1189,7 +1187,6 @@ export default class ProjectViewView extends Vue {
},
{ did: this.activeDid, name: "You" },
undefined,
`${this.name} gave to you`,
undefined,
undefined,
);
@@ -1239,7 +1236,6 @@ export default class ProjectViewView extends Vue {
giver,
undefined,
offer.handleId,
"Given by " + (giver?.name || "someone not named"),
);
}