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

feat: round and filter orderbook #221

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

rozanagy
Copy link
Contributor

@rozanagy rozanagy commented Dec 2, 2024

No description provided.

@rozanagy rozanagy requested a review from Polybius93 December 2, 2024 14:36
Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for test-mint-dlc-link ready!

Name Link
🔨 Latest commit 00e5718
🔍 Latest deploy log https://app.netlify.com/sites/test-mint-dlc-link/deploys/674dc5ff600a4c00085a068e
😎 Deploy Preview https://deploy-preview-221--test-mint-dlc-link.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for dev-mint-dlc-link ready!

Name Link
🔨 Latest commit 00e5718
🔍 Latest deploy log https://app.netlify.com/sites/dev-mint-dlc-link/deploys/674dc5ff9202060008e96f7d
😎 Deploy Preview https://deploy-preview-221--dev-mint-dlc-link.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for mint-dlc-link ready!

Name Link
🔨 Latest commit 00e5718
🔍 Latest deploy log https://app.netlify.com/sites/mint-dlc-link/deploys/674dc5ffaa88230008adefc2
😎 Deploy Preview https://deploy-preview-221--mint-dlc-link.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines +26 to +35

const displayAmount =
formatToFourDecimals(unshiftValue(iBTCAmount)) === 0
? null
: formatToFourDecimals(unshiftValue(iBTCAmount));

if (displayAmount === null) {
return null;
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

If you already filter the items by matching 0 in the table component, why do you call this function here?

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