-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove explicit types from useState #463
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* fix: show name and add event stop for crowdfund (#455) * fix: remove unused flex * fix: show name and add event stop for crowdfund * fix: copy grammar in profile page in empty state (#456) * fix: copy grammar in profile page in empty state * doc: fix PR template * fix: has mirrored from mirrored publications (#457) * fix: spinner color for mirror * feat: show has collected (#458) * fix: remove unwanted pubId (#460) * fix: use fragments 🎉 (#461) * fix: use fragments 🎉 * fix: community avatar * chore: rename to ProfileFields * fix: ProfileFields * fix: community profile * chore: use shuttle-5 Co-Authored-By: sasi.eth <me@sasi.codes> * chore: remove explicit types from useState (#463) * feat: worldcoin badge 🧿 (#462) * feat: add worldcoin badge * fix: use flex-wrap * chore(deps): bump wagmi from 0.6.3 to 0.6.4 (#465) * chore(deps): bump undici from 5.8.1 to 5.9.1 (#466) * chore(deps): bump @giphy/react-components from 6.1.0 to 6.1.1 (#469) Bumps [@giphy/react-components](https://github.com/Giphy/giphy-js) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/Giphy/giphy-js/releases) - [Commits](https://github.com/Giphy/giphy-js/compare/@giphy/react-components@6.1.0...@giphy/react-components@6.1.1) --- updated-dependencies: - dependency-name: "@giphy/react-components" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump zustand from 4.0.0 to 4.1.0 (#470) Bumps [zustand](https://github.com/pmndrs/zustand) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: sasi.eth <me@sasi.codes> Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hey fren, you are now eligible for Gitpoap for contributing to Lenster 🌸, go and claim your beautiful POAP 🏃🏼♂️ |
Thank you 🌸 |
What does this PR do?
Fixes #398
Type of change