Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): resolve invalid hook call in search result page (#669)
## What type of PR is this? /kind bug ## What this PR does / why we need it: This PR resolves an invalid hook call in the search result page by moving the `useTranslation` hook inside function components, fixing a runtime error caused by incorrect hook usage. It ensures that hooks are only called within React function components. ## Which issue(s) this PR fixes: Fixes #
- Loading branch information