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

Check null values in the emails list when showing merge suggestion #1118

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

skwowet
Copy link
Member

@skwowet skwowet commented Jul 13, 2023

Changes proposed ✍️

What

🤖 Generated by Copilot at fcdec9b

Fixed a bug in the member merge suggestions component that caused errors when displaying email links for members with missing or empty emails. Updated the filter condition in member-merge-suggestions-details.vue to handle null or undefined values.

🤖 Generated by Copilot at fcdec9b

filter checks email
no null or empty values
links render in fall

Why

How

🤖 Generated by Copilot at fcdec9b

  • Fix filter condition for member emails to avoid errors when rendering links (link)

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screehshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@skwowet skwowet added the Bug Created by Linear-GitHub Sync label Jul 13, 2023
@skwowet skwowet requested a review from joanagmaia July 13, 2023 13:52
Copy link
Contributor

@joanagmaia joanagmaia left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@skwowet skwowet merged commit 8b2f03f into CrowdDotDev:main Jul 13, 2023
5 checks passed
@skwowet skwowet deleted the bugfix/mergeSuggestions branch July 13, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants