This commit is contained in:
bracesproul
2025-03-03 17:56:53 -08:00
parent 6b382879c5
commit d474af52f8
2 changed files with 0 additions and 5 deletions

View File

@@ -161,10 +161,6 @@ export default function StockPrice(props: {
}
};
const handleOrderTypeChange = (type: "buy" | "sell") => {
setOrderType(type);
};
const toggleLiveUpdates = () => {
setIsLiveUpdating((prev) => !prev);
};