Skip to content

fix(PM-3485): fixed columns and data mismatch in resources tab#1729

Merged
hentrymartin merged 1 commit intodevelopfrom
pm-3485
Feb 13, 2026
Merged

fix(PM-3485): fixed columns and data mismatch in resources tab#1729
hentrymartin merged 1 commit intodevelopfrom
pm-3485

Conversation

@hentrymartin
Copy link
Collaborator

What's in this PR?

  • For design challenges/tasks, fixed columns and data mismatch in resources tab

Ticket link - https://topcoder.atlassian.net/browse/PM-3485

<td className={styles['col-2Table']}>
<span role='cell'>{r.role}</span>
</td>
{!isDesign && (

Choose a reason for hiding this comment

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

[⚠️ maintainability]
The condition !isDesign is used multiple times in the code to conditionally render elements. Consider extracting this logic into a separate function or variable to improve maintainability and reduce repetition.

@hentrymartin hentrymartin merged commit cddfaf1 into develop Feb 13, 2026
6 checks passed
@hentrymartin hentrymartin deleted the pm-3485 branch February 13, 2026 15:34
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