Skip to content

Commit

Permalink
Fix bug investor status address input
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Jul 19, 2024
1 parent 7afda83 commit 3ab99ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function InvestorStatus() {
>
<Stack gap={2}>
<Grid columns={2} gap={2} alignItems="center">
<AddressInput label="" placeholder="Add an address" onChange={handleChange} />
<AddressInput label="" placeholder="Add an address" onChange={handleChange} value={address} />
<Select
value={chain}
options={[
Expand Down

0 comments on commit 3ab99ab

Please sign in to comment.