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

replaced creategroup feature with token gated creategroup component from ui-web #1273

Merged
merged 28 commits into from
Nov 6, 2023

Conversation

KlausMikhaelson
Copy link
Contributor

No description provided.

@github-actions
Copy link

In the package.json file, everything looks good.

In the CreateGroupModalContent.tsx file, there are a few things that need to be checked:

  1. Import statements: Make sure that all the imported packages and components are actually being used in the file.

  2. Function parameter types: When defining the type of function parameters, make sure to specify the types explicitly. For example, change { onClose, onConfirm: createGroup, toastObject } to { onClose: () => void, onConfirm: () => void, toastObject: any }.

  3. Unused variables: Remove the unused variables { ChatUIProvider, provider, isMobile }, as they are not being used in the code.

  4. Missing closing parentheses: Add a closing parentheses after the line const isMobile = useDeviceWidthCheck(600);.

  5. Syntax error: Add a closing parenthesis at the end of the file before the closing brace.

In the ChatModule.tsx file, there are no visible issues.

Overall, the code looks good with a few minor issues that need to be addressed.

@0xNilesh 0xNilesh merged commit 2c99055 into main Nov 6, 2023
1 check passed
@0xNilesh 0xNilesh deleted the uiweb-creategroup branch November 10, 2023 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done and Merged
Development

Successfully merging this pull request may close these issues.

3 participants