refactor: use Salix to create or edit an Order #132

Merged
jsegarra merged 16 commits from ldragan/hedera-web:taro/sc into beta 2025-04-16 22:01:49 +00:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit 03175e15b0 - Show all commits

View File

@ -334,11 +334,7 @@ const createOrder = async (userId) => {
const submit = async () => {
loading.value = true;
const userId = userStore?.user?.id;
if (!userId) {
throw 'no user id';
}
const userId = userStore.user.id;

await?

await?

Done

Done
try {
if (!id) {