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

hide spaces from chat #1214

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

deekshithepns
Copy link
Contributor

No description provided.

@deekshithepns deekshithepns linked an issue Jul 25, 2023 that may be closed by this pull request
@github-actions
Copy link

In the file "src/components/chat/w2wChat/intentFeed/IntentFeed.tsx":

  • Line 34: The closing tag for the JSX element <ItemVV2 justifyContent="flex-start"> is missing.

In the file "src/components/chat/w2wChat/messageFeed/MessageFeed.tsx":

  • Line 39: The closing tag for the JSX element <LoaderSpinner type={LOADER_TYPE.SEAMLESS} spinnerSize={40} /> is missing.
  • Line 51: The closing tag for the JSX element <EmptyConnection> is missing.
  • Line 73: The closing tag for the JSX element <UserChats> is missing.
  • Line 78: The closing tag for the JSX element <LoaderSpinner type={LOADER_TYPE.SEAMLESS} spinnerSize={40} /> is missing.
  • Line 104: The closing tag for the JSX element <UserChats> is missing.

In the file "src/helpers/w2w/groupChat.ts":

  • Line 16: The closing parenthesis for the function getGroupImage is missing.
  • Line 26: The closing parenthesis for the function getMemberDetails is missing.
  • Line 32: The closing parenthesis for the function getName is missing.
  • Line 43: The closing parenthesis for the function getChatsnapMessage is missing.

In the file "src/types/chat.ts":

  • Line 14: The closing parenthesis for the interface User is missing.
  • Line 26: The closing parenthesis for the interface ConnectedUser is missing.
  • Line 36: The closing parenthesis for the interface Member is missing.
  • Line 48: The closing parenthesis for the interface IGroup is missing.
  • Line 58: The closing parenthesis for the interface ChatMetaI is missing.
  • Line 67: The closing parenthesis for the interface Feeds is missing.
  • Line 99: The closing parenthesis for the interface TwitterFeedReturnType is missing.
  • Line 120: The closing parenthesis for the interface BlockedLoadingI is missing.

Other than these missing closing tags and parentheses, all looks good.

@corlard3y corlard3y merged commit e90770d into space-2nd-iteration Jul 25, 2023
1 of 2 checks passed
@corlard3y corlard3y deleted the 1213-bug-hide-spaces-from-chat-feed branch July 25, 2023 08:31
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.

🐛 [BUG] - Hide spaces from chat feed
3 participants