Skip to content

Commit

Permalink
Merge pull request #8879 from AugurProject/dropdown-affiliate-fee
Browse files Browse the repository at this point in the history
Dropdown affiliate fee
  • Loading branch information
mergify[bot] authored Aug 4, 2020
2 parents 0637d35 + 994ecf8 commit 570c4a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import { formatOrderBook } from "modules/create-market/helpers/format-order-book
import { DefaultOrderPropertiesMap } from "modules/market/components/market-view/market-view";
import { getReportingFeePercentage } from "modules/contracts/actions/contractCalls";
import { formatPercent } from 'utils/format-number';
import { Dropdown } from 'modules/common/search-sort.styles.less';
import { SquareDropdown, NameValuePair } from 'modules/common/selection';
import { NameValuePair } from 'modules/common/selection';

interface FeesLiquidityProps {
newMarket: NewMarket;
Expand Down Expand Up @@ -79,8 +78,8 @@ export default class FeesLiquidity extends React.Component<
value: '25'
},
{
label: '25 %',
value: '25'
label: '20 %',
value: '20'
},
{
label: '10 %',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Confirm extends Component<ConfirmProps, ConfirmState> {
messages = {
header: 'UNPROFITABLE TRADE',
type: ERROR,
message: `Est. tx fee is higher than profit. TX fees will be dramatically reduced in v3.`,
message: `Est. tx fee is higher than profit. Placing an unmatched order will not have a tx fee.`,
};
}

Expand Down

0 comments on commit 570c4a4

Please sign in to comment.