Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: toString bug #4237

Merged
merged 2 commits into from
Jan 28, 2024
Merged

fix: toString bug #4237

merged 2 commits into from
Jan 28, 2024

Conversation

tomquirk
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Jan 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Updated (UTC)
juice-interface ⬜️ Ignored (Inspect) Visit Preview Jan 28, 2024 3:01am
juice-interface-goerli ⬜️ Ignored (Inspect) Visit Preview Jan 28, 2024 3:01am

@tomquirk tomquirk requested a review from wraeth-eth January 28, 2024 03:01
@@ -20,7 +20,7 @@ export const useRewardEligibilityCallout = () => {

const weiPayAmount = useWeiConverter({
currency: payAmount?.currency,
amount: payAmount?.amount.toString(),
amount: payAmount?.amount?.toString(),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

idk if this is even an issue. just came across it, and thought it might be given the typing issue below

@wraeth-eth wraeth-eth merged commit 0946163 into main Jan 28, 2024
6 checks passed
@wraeth-eth wraeth-eth deleted the tomquirk/strin-bug branch January 28, 2024 03:27
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