-
Notifications
You must be signed in to change notification settings - Fork 3
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: Relocate 'Comments to the Director' widget - #1454 #1483
Fix: Relocate 'Comments to the Director' widget - #1454 #1483
Conversation
Backend Test Results498 tests ±0 495 ✅ ±0 1m 52s ⏱️ -1s For more details on these failures, see this check. Results for commit 3bc241e. ± Comparison against base commit deab8ae. ♻️ This comment has been updated with latest results. |
@@ -444,6 +445,22 @@ export const AddEditViewTransfer = () => { | |||
</> | |||
)} | |||
|
|||
{/* Internal Comments */} | |||
{!editorMode && ( | |||
<> |
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.
suggestion: I don't think you need the wrapper component <> since you are returning a single component.
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.
Good catch! Removed the unnecessary <></>
wrapper. Thanks!
…s://github.com/bcgov/lcfs into fix/hamed-relocate-comments-widget-1454
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.
LGTM 👍
This PR fixes the position of the "Comments to the Director" widget as specified in the wireframe.
Closes #1454