Fix: remove redundant method
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user