Browse Source

Fix: remove redundant method

pull/155/head
Jose Olarte III 6 days ago
parent
commit
24f6730572
  1. 7
      src/views/ContactGiftingView.vue

7
src/views/ContactGiftingView.vue

@ -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>

Loading…
Cancel
Save