diff --git a/frontend/src/TakerApp.tsx b/frontend/src/TakerApp.tsx index 392d867..76c3c8e 100644 --- a/frontend/src/TakerApp.tsx +++ b/frontend/src/TakerApp.tsx @@ -153,6 +153,10 @@ export default function App() { Order Price: {order?.price} + Available Quantity: + + {order ? (format(order?.min_quantity) + "-" + format!(order?.max_quantity)) : "None"} + Quantity: {