Browse Source

Merge #288

288: Rename order price to offer price r=bonomat a=bonomat

I want to trigger a new `preview` build and wasn't sure if there is another way. Looks like a last release build failed: https://github.com/comit-network/hermes/runs/3868563726?check_suite_focus=true
And I want to see if this was a glitch or if something else went wrong.

Co-authored-by: Philipp Hoenisch <philipp@hoenisch.at>
refactor/no-log-handler
bors[bot] 3 years ago
committed by GitHub
parent
commit
add68634f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/MakerApp.tsx

2
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) => {

Loading…
Cancel
Save