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

Minor: fixed connection modal style #18860

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

ShaileshParmar11
Copy link
Contributor

@ShaileshParmar11 ShaileshParmar11 commented Nov 29, 2024

improved the spacing in connection component

image image

I worked on ... because ...

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Copy link
Contributor

github-actions bot commented Nov 29, 2024

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 63%
63.75% (40314/63235) 40.22% (16038/39877) 42.59% (4799/11268)

@ShaileshParmar11 ShaileshParmar11 self-assigned this Nov 29, 2024
@ShaileshParmar11 ShaileshParmar11 marked this pull request as ready for review November 29, 2024 13:39
}}
/>
</Col>
)) ?? []}
Copy link
Member

Choose a reason for hiding this comment

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

@ShaileshParmar11,as we are returning the JSX I believe we don’t need this empty array as a fallback.

Moreover, I believe we should return null if there are no items to render.

Copy link

sonarcloud bot commented Nov 29, 2024

@ShaileshParmar11 ShaileshParmar11 merged commit f3f2efe into main Dec 2, 2024
14 of 16 checks passed
@ShaileshParmar11 ShaileshParmar11 deleted the connection-modal-style branch December 2, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants