Skip to content

Commit

Permalink
fix: checkout fo loanbecause text instead of the truncation method
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Oct 31, 2023
1 parent ef8c7d9 commit 981f385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/LendingTeams/TeamListing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
>
<p
class="tw-text-small tw-text-primary tw-flex-1"
v-if="shortLoanBecause(team.loanBecause)"
v-if="team.loanBecause"
>
We loan because: {{ shortLoanBecause(team.loanBecause) }}
</p>
Expand Down

0 comments on commit 981f385

Please sign in to comment.