Fix warning in ShareMarket component
This commit is contained in:
parent
0e64e0f9f9
commit
24643dd76d
|
@ -13,6 +13,7 @@ export function ShareMarket(props: { contract: Contract; className?: string }) {
|
||||||
<Row className="mb-6 items-center">
|
<Row className="mb-6 items-center">
|
||||||
<input
|
<input
|
||||||
className="input input-bordered flex-1 rounded-r-none text-gray-500"
|
className="input input-bordered flex-1 rounded-r-none text-gray-500"
|
||||||
|
readOnly
|
||||||
type="text"
|
type="text"
|
||||||
value={contractUrl(contract)}
|
value={contractUrl(contract)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user