Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
enndylove committed Dec 7, 2023
1 parent 8bd8016 commit eebb9c6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/components/UI/pages/profile/ProfileContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ const ProfileContent = () => {
} catch (e) {
console.error(e);
}

// setWalletAddress(account[0]);
// const provider = new Web3();
// const provider = await ethers.providers.Web3Provider(window.ethereum);
// const balance = await provider.getBalance(account[0]);
// const balanceInEth = ethers.utils.formatEther(balance);
// setWalletBalance(1000 + balanceInEth);
// const name;
// console.log(name);
}
const copyToClipboard = async () => {
try {
Expand All @@ -78,7 +69,6 @@ const ProfileContent = () => {
};

let [profileFollowers, setProfileFollowers] = useState(0);
// eslint-disable-next-line no-unused-vars
let [profileFollowing, setProfileFollowing] = useState(0);
let [profileState, setProfileState] = useState(false);

Expand Down Expand Up @@ -346,15 +336,7 @@ const ProfileContent = () => {
bio
</span>
<p className="profile__bio-info font-caption">{profileInfo}</p>
{/* <div className="profile__bio-links">
</div> */}
</div>
{/* <div className="profile__infos-links">
<span className="profile__links-title profile__infos-title font-button">
links
</span>
</div> */}
</div>
</div>
</div>
Expand Down

0 comments on commit eebb9c6

Please sign in to comment.