This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // if the user has already claimed their nft we want to display the interal DAO page to them, only DAO members will see this | |
| if (hasClaimedNFT) { | |
| return ( | |
| <div className="member-page"> | |
| <h1>🍪DAO Member Page</h1> | |
| <p>Congratulations on being a member</p> | |
| <div> | |
| <div> | |
| <h2>Member List</h2> | |
| <table className="card"> |