Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lcfr-eth committed May 22, 2023
1 parent f88ad9d commit b08aa80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ function App(props) {
placeholder="Enter Hacked Address with assets here"
ensProvider={mainnetProvider}
value={hackedAddress}
onChange={hackedAddress}
onChange={setHackedAddress}
/>
</div>

Expand All @@ -887,7 +887,7 @@ function App(props) {
placeholder="Enter the address to receive the assets here"
ensProvider={mainnetProvider}
value={toAddress}
onChange={toAddress}
onChange={setToAddress}
/>
</div>
</div>
Expand All @@ -904,9 +904,6 @@ function App(props) {
}}
/>
<div style={{ padding: 4 }}></div>
Be sure to connect and submit this transaction from the address you approved in the previous step: <br />
{toAddress} <br />
<div style={{ padding: 4 }}></div>
<Button
style={{ width: '500px' }}
onClick={async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export { default as Timeline } from "./Timeline";
export { default as TokenBalance } from "./TokenBalance";
export { default as Wallet } from "./Wallet";
export { default as L2Bridge } from "./L2Bridge";
export { default as AddRPC } from "./NewRpc";
export { default as AddRPC } from "./NewRpc";

1 comment on commit b08aa80

@vercel
Copy link

@vercel vercel bot commented on b08aa80 May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.