Skip to content

Conversation

@ryan953
Copy link
Member

@ryan953 ryan953 commented Jan 24, 2026

@ryan953 ryan953 requested review from a team as code owners January 24, 2026 01:41
@linear
Copy link

linear bot commented Jan 24, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 24, 2026
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

<Tabs value={tab} onChange={setTab}>
<TabList>
<TabList.Item key="repos">{t('Settings')}</TabList.Item>
<TabList.Item key="settings">{t('Repos')}</TabList.Item>
Copy link
Contributor

Choose a reason for hiding this comment

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

Tab labels are swapped with their keys

High Severity

The TabList.Item labels are swapped with their keys. The item with key="repos" displays the label "Settings", while key="settings" displays "Repos". Since the content rendering correctly shows SeerRepoTable when tab === 'repos' and SeerAutomationProjectList when tab === 'settings', clicking the "Settings" tab will actually display the repos table, and clicking "Repos" will display the project settings content.

Fix in Cursor Fix in Web

@ryan953 ryan953 marked this pull request as draft January 24, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants