-
Notifications
You must be signed in to change notification settings - Fork 44
chore: Hide Config tab if no properties exist #1658
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1658 +/- ##
==========================================
+ Coverage 65.58% 65.59% +0.01%
==========================================
Files 71 71
Lines 2057 2058 +1
Branches 469 470 +1
==========================================
+ Hits 1349 1350 +1
Misses 666 666
Partials 42 42
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny nitpick, otherwise this looks good. 👍
yeah sure @kahboom , is there any way to format the particular page? . I tried using npm run format:fix , its formatting all the pages |
@pnaik1 - Thanks for making the change. Unfortunately we don't have a pre-commit hook added yet, maybe I will look at that this week. If you use VSCode, it specifically has an option to apply Prettier only to files changed: https://code.visualstudio.com/updates/v1_49#_only-format-modified-text Btw, it looks like DeepScan is complaining because it wants you to add |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks so much @pnaik1 !
fixes #1271