land on Order page; ui fixes

This commit is contained in:
tim
2025-03-26 16:59:22 -04:00
parent b1a864ce31
commit dabf6dd60f
6 changed files with 29 additions and 32 deletions

View File

@@ -157,6 +157,7 @@ async function placeOrder() {
async function doPlaceOrder() {
console.log('place orders')
showWarnings.value = false
if (ws.transaction!==null) {
console.error('Transaction already in progress')
}