forked from trent_larson/crowd-funder-for-time-pwa
Fix: remove redundant method
This commit is contained in:
@@ -357,12 +357,5 @@ export default class ContactGiftingView extends Vue {
|
||||
(this.stepType === "giver" && this.isFromProjectView)
|
||||
);
|
||||
}
|
||||
|
||||
get shouldShowYouEntity(): boolean {
|
||||
return (
|
||||
this.stepType === "recipient" ||
|
||||
(this.stepType === "giver" && this.isFromProjectView)
|
||||
);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user