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

Fixed group info width #805

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Fixed group info width #805

merged 2 commits into from
Oct 25, 2023

Conversation

mishramonalisha76
Copy link
Collaborator

No description provided.

@github-actions
Copy link

File: package.json

  1. Missing closing brace for the "config" object. Add a closing brace after the "path" property.

  2. Missing comma after the "dependencies" object. Add a comma after the closing brace of the "dependencies" object.

  3. Missing closing brace for the "dependencies" object. Add a closing brace after the "viem" package.

  4. Missing comma after the "dependencies" object. Add a comma after the closing brace of the "dependencies" object.

  5. Missing closing brace for the "devDependencies" object. Add a closing brace after the "@types/styled-components" package.

  6. Missing closing brace for the "devDependencies" object. Add a closing brace after the "@jscutlery/semver" package.

File: packages/uiweb/src/lib/components/chat/ChatProfile/GroupInfoModal.tsx

  1. Missing closing brace for the "addAdminDropdown" object. Add a closing brace after the "AddAdmin" icon.

  2. Missing comma after the "addAdminDropdown" object. Add a comma after the closing brace of the "addAdminDropdown" object.

  3. Missing closing brace for the "removeMemberDropdown" object. Add a closing brace after the "textColor" property.

  4. The variables "a1" and "a2" are unused and can be removed.

  5. Missing closing brace for the "handlePrevious" function. Add a closing brace after the "setShowAddMoreWalletModal(false)" statement.

  6. Missing closing brace for the "onClose" function. Add a closing brace after the "setModal(false)" statement.

File: packages/uiweb/src/lib/components/chat/ChatViewList/MessageEncryption.tsx

  1. Missing closing brace for the "NO_ENCRYPTED" object. Add a closing brace after the text property.

  2. Missing comma after the "NO_ENCRYPTED" object. Add a comma after the closing brace of the "NO_ENCRYPTED" object.

  3. Missing closing brace for the "NO_ENCRYPTED_GROUP" object. Add a closing brace after the text property.

All looks good.

@mohammeds1992 mohammeds1992 merged commit 0bf06d1 into alpha Oct 25, 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.

3 participants