Skip to content

Commit

Permalink
Update tradeHook.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Dec 26, 2024
1 parent ea8dd56 commit a72e96e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/kit/src/views/Market/components/tradeHook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,9 @@ export const useMarketTradeActions = (token: IMarketTokenDetail | null) => {
),
});
});
}

if (!isCreated) {
return undefined;
if (!isCreated) {
return undefined;
}
}

return {
Expand Down

0 comments on commit a72e96e

Please sign in to comment.