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(cards): comment #4458

Merged
merged 26 commits into from Jun 20, 2023
Merged

fix(cards): comment #4458

merged 26 commits into from Jun 20, 2023

Conversation

ariunzayarin
Copy link
Collaborator

No description provided.

@ariunzayarin ariunzayarin self-assigned this Jun 13, 2023
createdUser && createdUser.avatar
createdUser &&
createdUser.avatar &&
createdUser?.avatar !== "/images/avatar-colored.svg"
Copy link
Member

Choose a reason for hiding this comment

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

why?

)}
alt="profile"
/>
<div>
<CommentContent>
<h5>{`${createdUser?.firstName} ${createdUser?.lastName}`}</h5>
<h5>
{createdUser
Copy link
Member

Choose a reason for hiding this comment

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

create function util for these

graphql<Props>(gql(commentQueries.clientPortalComments), {
name: 'clientPortalCommentsQueries',
options: ({ contentType, contentTypeId }) => ({
variables: { type: contentType.slice(6), typeId: contentTypeId }
Copy link
Member

@Anu-Ujin Anu-Ujin Jun 16, 2023

Choose a reason for hiding this comment

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

Remove clientportal related code from internalnote

@Anu-Ujin Anu-Ujin merged commit a2ffa44 into staging Jun 20, 2023
22 of 23 checks passed
@Anu-Ujin Anu-Ujin deleted the fix-comment branch June 20, 2023 03:33
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.

None yet

8 participants