Skip to content

Commit

Permalink
chore: remove unused loanDisplayComponent computed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Oct 5, 2024
1 parent 1009d62 commit 07ab4bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/LandingPages/CorporateCampaign/CCLandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -771,9 +771,6 @@ export default {
}
},
computed: {
loanDisplayComponent() {
return this.$refs?.mlLoanDisplay?.$refs || this.$refs?.mlLoanDisplay?.[0]?.$refs;
},
campaignLoanWrapperProps() {
return {
filters: this.filters,
Expand Down

0 comments on commit 07ab4bc

Please sign in to comment.