Browse Source
Rename order price to offer price
refactor/no-log-handler
Philipp Hoenisch
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
1 additions and
1 deletions
-
frontend/src/MakerApp.tsx
|
|
@ -108,7 +108,7 @@ export default function App() { |
|
|
|
value={format(maxQuantity)} |
|
|
|
/> |
|
|
|
|
|
|
|
<Text>Order Price:</Text> |
|
|
|
<Text>Offer Price:</Text> |
|
|
|
<HStack> |
|
|
|
<CurrencyInputField |
|
|
|
onChange={(valueString: string) => { |
|
|
|