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(swap): Fix collateral check #2779

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Conversation

michaeljscript
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the fix label Oct 16, 2023
@@ -209,6 +213,11 @@ export const OpenOrders = () => {

const openCancellationModal = async (order: MappedOpenOrder) => {
if (order.owner === undefined || order.utxo === undefined) return
Copy link
Member

Choose a reason for hiding this comment

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

if this is possible I'd say to disable the button, otherwise the user will tap on Cancel and nothing will happen.

@michaeljscript michaeljscript self-assigned this Oct 16, 2023
@stackchain stackchain merged commit b2c5577 into develop Oct 16, 2023
@stackchain stackchain added this to the 5.0.0 milestone Oct 16, 2023
@michaeljscript michaeljscript deleted the fix/fix-collateral-check branch January 25, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants