Skip to content
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

Feat/dao-admin #37

Merged
merged 110 commits into from
Jul 20, 2022
Merged

Feat/dao-admin #37

merged 110 commits into from
Jul 20, 2022

Conversation

kbooz
Copy link
Member

@kbooz kbooz commented Jul 20, 2022

[PR Name]

Type of PR

  • - feature
  • - bugfix

Description

  • set user as administrator or member of a dao
  • fix error when user cancels sign in signature
  • correct url for gate creation

@vercel
Copy link

vercel bot commented Jul 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
gateway-website ✅ Ready (Inspect) Visit Preview Jul 20, 2022 at 9:23PM (UTC)
1 Ignored Deployment
Name Status Preview Updated
ui-storybook ⬜️ Ignored (Inspect) Jul 20, 2022 at 9:23PM (UTC)

@kbooz kbooz changed the base branch from feat/dao-create to develop July 20, 2022 18:25
@rafagomes rafagomes self-requested a review July 20, 2022 19:56
@@ -30,7 +30,8 @@ export function useConnectWallet() {
const account = useAccount({
onSuccess(data) {
if (!data) {
throw new Error('Reconnect to Wallet');
return;
// throw new Error('Reconnect to Wallet');
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove commented code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants