Skip to content

Commit

Permalink
feat: core-172 cleanup, removing unused refs
Browse files Browse the repository at this point in the history
  • Loading branch information
BoulderBrains committed Nov 12, 2021
1 parent 79b48e2 commit 8a10293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/BorrowerProfile/BorrowerProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</sidebar-container>
</div>
<content-container class="tw-mt-4 md:tw-mt-6 lg:tw-mt-8">
<loan-story id="loanStory" ref="loanStory" class="tw-mb-5 md:tw-mb-6 lg:tw-mb-8" :loan-id="loanId" />
<loan-story id="loanStory" class="tw-mb-5 md:tw-mb-6 lg:tw-mb-8" :loan-id="loanId" />
</content-container>
<div class="tw-bg-primary tw-mb-5 md:tw-mb-6 lg:tw-mb-8">
<content-container>
Expand Down Expand Up @@ -48,7 +48,7 @@
</content-container>
<div class="tw-bg-primary">
<content-container>
<details-tabs id="loanDetails" ref="loanDetails" :loan-id="loanId" name="bp-details" />
<details-tabs id="loanDetails" :loan-id="loanId" name="bp-details" />
</content-container>
</div>
</article>
Expand Down

0 comments on commit 8a10293

Please sign in to comment.