Skip to content

fix loan period returning zero#220

Merged
vibern0 merged 1 commit into
mainfrom
bugfix/microcredit-fix-period
Apr 12, 2023
Merged

fix loan period returning zero#220
vibern0 merged 1 commit into
mainfrom
bugfix/microcredit-fix-period

Conversation

@PauloSousapt
Copy link
Copy Markdown
Contributor

No description provided.

@PauloSousapt PauloSousapt requested a review from vibern0 April 10, 2023 17:53
Comment thread src/useMicroCredit.tsx
lastComputedDate: lastComputedDate.toString(),
lastComputedDebt: toNumber(lastComputedDebt.toString()),
period: toNumber(period.toString()),
period: period.toString(),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
period: period.toString(),
period: period.toNumber(),

@vibern0 vibern0 merged commit 1b14330 into main Apr 12, 2023
@vibern0 vibern0 deleted the bugfix/microcredit-fix-period branch April 12, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants