Lucas Soriano del Pino
3 years ago
No known key found for this signature in database
GPG Key ID: EE611E973A1530E7
1 changed files with
1 additions and
1 deletions
-
frontend/src/MakerApp.tsx
|
|
@ -100,7 +100,7 @@ export default function App() { |
|
|
|
value={format(minQuantity)} |
|
|
|
/> |
|
|
|
|
|
|
|
<Text>Min Quantity:</Text> |
|
|
|
<Text>Max Quantity:</Text> |
|
|
|
<CurrencyInputField |
|
|
|
onChange={(valueString: string) => setMaxQuantity(parse(valueString))} |
|
|
|
value={format(maxQuantity)} |
|
|
|