handleClick(stock_code)}
+ >
+
{stock_name}
{stock_code}
@@ -47,15 +58,15 @@ export default function Order() {
>
{trade_type === 'BUY' ? '매수' : '매도'}
- {amount}
+ {amount}
{price.toLocaleString()}원
-
+
{formatTimestamp(created_at)}
diff --git a/FE/src/components/StocksDetail/TradeSection/BuySection.tsx b/FE/src/components/StocksDetail/TradeSection/BuySection.tsx
index ba17325d..78193072 100644
--- a/FE/src/components/StocksDetail/TradeSection/BuySection.tsx
+++ b/FE/src/components/StocksDetail/TradeSection/BuySection.tsx
@@ -38,7 +38,7 @@ export default function BuySection({ code, detailInfo }: BuySectionProps) {
const { isOpen, toggleModal } = useTradeAlertModalStore();
- const [count, setCount] = useState(0);
+ const [count, setCount] = useState(1);
const [upperLimitFlag, setUpperLimitFlag] = useState(false);
const [lowerLimitFlag, setLowerLimitFlag] = useState(false);
@@ -110,14 +110,14 @@ export default function BuySection({ code, detailInfo }: BuySectionProps) {
<>