Skip to content

Commit

Permalink
fix: v2v3 settings mint rate field bug (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyd-eth authored Oct 1, 2024
1 parent bb2fcd0 commit a78f919
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import { Form } from 'antd'
import FormattedNumberInput from 'components/inputs/FormattedNumberInput'
import { MAX_MINT_RATE } from 'packages/v2v3/utils/math'

// Note: "issuanceRate" = "mintRate"
export function MintRateField() {
return (
<Form.Item name="issuanceRate">
<Form.Item name="mintRate">
<FormattedNumberInput
className="h-10 py-1 pr-4"
min={0}
Expand Down

0 comments on commit a78f919

Please sign in to comment.