Skip to content

Commit

Permalink
Merge pull request #5171 from kiva/fix-when-progress-shown
Browse files Browse the repository at this point in the history
fix: logic was incorrect for showing IWD progress
  • Loading branch information
dyersituations authored Feb 21, 2024
2 parents 31c977c + 4d8442e commit c481856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Iwd/IwdProgressCampaign.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="fundedBorrowers >= totalBorrowers">
<div v-if="fundedBorrowers < totalBorrowers">
<kv-progress-campaign
v-if="displayProgress"
:funded-borrowers="fundedBorrowers"
Expand Down

0 comments on commit c481856

Please sign in to comment.