Browse Source

Disable posting new offers in the maker when there is no order price

feature/integration-tests
Mariusz Klochowicz 3 years ago
parent
commit
9c46ea4046
No known key found for this signature in database GPG Key ID: 470C865699C8D4D
  1. 2
      frontend/src/MakerApp.tsx

2
frontend/src/MakerApp.tsx

@ -139,7 +139,7 @@ export default function App() {
<GridItem colSpan={2} textAlign="center">
<Button
disabled={isCreatingNewCfdOrder}
disabled={isCreatingNewCfdOrder || orderPrice === "0"}
variant={"solid"}
colorScheme={"blue"}
onClick={() => {

Loading…
Cancel
Save