|
@ -357,12 +357,5 @@ export default class ContactGiftingView extends Vue { |
|
|
(this.stepType === "giver" && this.isFromProjectView) |
|
|
(this.stepType === "giver" && this.isFromProjectView) |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
get shouldShowYouEntity(): boolean { |
|
|
|
|
|
return ( |
|
|
|
|
|
this.stepType === "recipient" || |
|
|
|
|
|
(this.stepType === "giver" && this.isFromProjectView) |
|
|
|
|
|
); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|