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 alerts not appearing #750

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Fix alerts not appearing #750

merged 1 commit into from
Nov 8, 2024

Conversation

Charles-Pham
Copy link
Contributor

ADO-281405

Changelog - "fix:" for bug fixes, "feat:" for features. Read more about Conventional Commits at https://www.conventionalcommits.org/en/v1.0.0/#summary

Description of proposed changes:

Bugfix for card alerts not appearing. hasAlert wasn't being passed in and was always true by the default props (which accidentally didn't get transferred). This is highly misleading since it's dependent on the code itself to not render when there was no alerts, so hasAlert has been removed entirely.

What to test for/How to test

Card alerts should now appear

Additional Notes

@Charles-Pham Charles-Pham requested a review from a team as a code owner November 8, 2024 00:58
Copy link

github-actions bot commented Nov 8, 2024

Copy link
Contributor

@jhslater jhslater left a comment

Choose a reason for hiding this comment

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

lgtm

@jhslater jhslater merged commit f11d0cc into dev Nov 8, 2024
8 checks passed
@jhslater jhslater deleted the default-param branch November 8, 2024 12:47
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