Skip to content

Commit

Permalink
fix: activities prop removed
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Nov 25, 2024
1 parent 8c44106 commit aac9b52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/BorrowerProfile/BorrowerProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
:loan-id="loanId"
:enable-five-dollars-notes="enableFiveDollarsNotes"
:enable-huge-amount="enableHugeLendAmount"
:activities="activities"
:team-data="teamData"
>
<template #sharebutton>
Expand Down Expand Up @@ -451,7 +450,6 @@ export default {
'Asia',
'Europe'
],
activities: null,
enableChallengeHeader: false,
teamData: {},
shareLender: undefined,
Expand Down

0 comments on commit aac9b52

Please sign in to comment.