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

fix: fixed sepolia for gated group condition #855

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

mishramonalisha76
Copy link
Contributor

No description provided.

Copy link

File: packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatViewComponent.tsx

  • There is an unused import of CreateGroupModal at line 4.
  • There is a commented out code block for CreateGroupModal at lines 11 and 12. Please remove these lines.
  • The ChatView component at lines 14-21 has multiple props on separate lines. Please align all props for better readability.
  • The ChatViewComponentCard component at the end is not properly defined. It should be wrapped inside the styled function. Please update it as follows:
const ChatViewComponentCard = styled(Section)`
  height: 80vh;
  position: relative;
`;
  • There are two commented out chatId values at lines 25 and 26. Please remove these lines.

File: packages/examples/sdk-frontend-react/src/app/app.tsx

  • The customDarkTheme object is missing a closing curly brace (}) at the end. Please add it.
  • The checkForWeb3Data function is missing a closing curly brace (}) at the end. Please add it.
  • The onChangeCAIP function is missing a closing curly brace (}) at the end. Please add it.
  • The useEffect hook at lines 55-72 is missing a closing curly brace (}) at the end. Please add it.

File: packages/uiweb/src/lib/components/chat/CreateGroup/ConditionsComponent.tsx

  • The checkIfNftToken function at lines 20-27 is missing a closing curly brace (}) at the end. Please add it.
  • The getGuildRole function at lines 30-36 is missing a closing curly brace (}) at the end. Please add it.

File: packages/uiweb/src/lib/components/chat/MessageInput/MessageInput.tsx

  • The handleUploadFile function at lines 86-89 is missing a closing curly brace (}) at the end. Please add it.
  • The sendTextMessage function at lines 97-102 is missing a closing curly brace (}) at the end. Please add it.

File: packages/uiweb/src/lib/components/chat/constants/chainDetails.tsx

  • The createSVGIcon function at line 38 is missing a closing curly brace (}) at the end. Please add it.

File: packages/uiweb/src/lib/components/chat/helpers/tokenHelpers/chain.ts

  • The getChainRPC function at lines 19-34 is missing a closing curly brace (}) at the end. Please add it.

File: packages/uiweb/src/lib/components/chat/reusables/Button.tsx

  • The file is empty. Please check if it should contain any code.

File: packages/uiweb/src/lib/components/chat/reusables/Checkbox.tsx

  • The file is empty. Please check if it should contain any code.

File: packages/uiweb/src/lib/components/chat/reusables/DropDown.tsx

  • The file is empty. Please check if it should contain any code.

File: packages/uiweb/src/lib/config/constants.ts

@mohammeds1992 mohammeds1992 merged commit 33e0ca9 into main Nov 17, 2023
1 check passed
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