Skip to content

Commit

Permalink
fixed input console errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Im Khem authored and Im Khem committed Mar 7, 2023
1 parent 56938ba commit 3c29461
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,11 @@ export const InterfaceCreateSoulname = (): JSX.Element => {
<button onClick={() => updatePeriod(1)}>+</button>
</div>
</div>
<Input label="Payment asset" value="Celo" />
<Input label="Payment asset" value="Celo" readOnly={true} />
<Input
label="Registration price"
value={`${registrationPrice.substring(0, 7)} Celo`}
readOnly={true}
/>
</div>
</div>
Expand Down

0 comments on commit 3c29461

Please sign in to comment.