Skip to content

Conversation

himaniraghav3
Copy link
Collaborator

@himaniraghav3 himaniraghav3 requested a review from kkartunov August 5, 2025 06:19
{props.opportunity?.overview}
</p>
{props.opportunity?.overview && (
<div dangerouslySetInnerHTML={{
Copy link

Choose a reason for hiding this comment

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

Using dangerouslySetInnerHTML can expose the application to XSS attacks if the HTML content is not properly sanitized. Ensure that props.opportunity.overview is sanitized before rendering it in this way.

@@ -97,4 +97,8 @@ $gradient: linear-gradient(
margin-right: $sp-1;
}
}

.datepicker input{
Copy link

Choose a reason for hiding this comment

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

Consider adding a space before the opening curly brace for consistency with the rest of the file's style.


.datepicker input{
color: black;
}
}
Copy link

Choose a reason for hiding this comment

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

It's a good practice to ensure there is a newline at the end of the file to avoid potential issues with some tools and version control systems.

@himaniraghav3 himaniraghav3 merged commit 9e4b437 into dev Aug 11, 2025
3 checks passed
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