Shravan Bhati

Results 2 issues of Shravan Bhati

### Captchas - [x] I have read the instructions. - [x] I have searched existing issues and avoided creating duplicates. - [ ] I am not filing an enhancement request....

Feature
component: tabs
platform: windows

Replaced `open && setSearchValue("")` with an explicit conditional: `if (open) setSearchValue("")`. This resolves the ESLint warning: `@typescript-eslint/no-unused-expressions`. Behavior is unchanged. Improves clarity and linter compliance.