Skip to content

PM-4070 Remove check for customers for completeness#1506

Merged
himaniraghav3 merged 1 commit intodevfrom
PM-4070
Mar 3, 2026
Merged

PM-4070 Remove check for customers for completeness#1506
himaniraghav3 merged 1 commit intodevfrom
PM-4070

Conversation

@himaniraghav3
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-4070

What's in this PR?

const isCustomer = props.authProfile?.roles.some(r => r.indexOf(' Customer') > -1)

const hideCompletenessMeter = isLoading || isCompleted || isCustomer
const hideCompletenessMeter = isLoading || isCompleted
Copy link

Choose a reason for hiding this comment

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

[❗❗ correctness]
The removal of the isCustomer check from the hideCompletenessMeter condition changes the behavior of the component. Ensure that this change aligns with the intended functionality, as it will now display the completeness meter for users previously identified as customers.

@himaniraghav3 himaniraghav3 merged commit e38b4e9 into dev Mar 3, 2026
8 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.

1 participant