Skip to content

Commit

Permalink
remove tx
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed May 30, 2024
1 parent 99c60ea commit 3715306
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions front/src/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ const Main = () => {

const [message, setMessage] = useState("");

const [txHash, setTxHash] = useState(
"0B95D616B429988F1E198F6AD99F9FA29E29A64C9E76E81992796F3F0E9D97B6"
);
const [txHash, setTxHash] = useState();

const lastPassport = localStorage.getItem(LS_KEY) || "";
const [nickname, setNickname] = useState(lastPassport);
Expand Down

0 comments on commit 3715306

Please sign in to comment.