Skip to content

Commit

Permalink
chore: update loading state
Browse files Browse the repository at this point in the history
  • Loading branch information
borcherd committed Dec 17, 2024
1 parent 7e29ba9 commit 81b5165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export const TradeBoxV2 = ({ activePool, side = "long" }: TradeBoxV2Props) => {
<AmountPreview
tradeSide={tradeState}
amount={leveragedAmount}
isLoading={isLoading}
isLoading={isLoading && isSimulating.isLoading}
selectedBank={activePoolExtended.tokenBank}
/>
)}
Expand Down

0 comments on commit 81b5165

Please sign in to comment.