forked from jsnbuchanan/crowd-funder-for-time-pwa
Remove 'customTitle' variable
This commit is contained in:
@@ -225,7 +225,6 @@ export default class ContactGiftingView extends Vue {
|
||||
giver,
|
||||
recipient,
|
||||
undefined,
|
||||
this.stepType === "giver" ? "Given by Unnamed" : "Given to Unnamed",
|
||||
this.prompt,
|
||||
);
|
||||
// Immediately select "Unnamed" and move to Step 2
|
||||
@@ -276,9 +275,6 @@ export default class ContactGiftingView extends Vue {
|
||||
giver,
|
||||
recipient,
|
||||
undefined,
|
||||
this.stepType === "giver"
|
||||
? "Given by " + (contact?.name || "someone not named")
|
||||
: "Given to " + (contact?.name || "someone not named"),
|
||||
this.prompt,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user