We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec5069 commit 9252f6cCopy full SHA for 9252f6c
src/app/routes/trade.$ticker.tsx
@@ -91,7 +91,7 @@ export default function TradeRouteComponent({
91
<Container>
92
<ContainerTitle>주문 하기</ContainerTitle>
93
{isLoggedIn && coinInfo ? (
94
- <OrderForm ticker={coinInfo.ticker} />
+ <OrderForm ticker={coinInfo.ticker} key={coinInfo.ticker} />
95
) : (
96
<OrderFormFallback ticker={coinInfo?.ticker || 'BTC'} />
97
)}
0 commit comments