diff --git a/src/features/repos/components/ErrorState/index.tsx b/src/features/repos/components/ErrorState/index.tsx index 6586da4..b98650d 100644 --- a/src/features/repos/components/ErrorState/index.tsx +++ b/src/features/repos/components/ErrorState/index.tsx @@ -22,7 +22,7 @@ const ErrorState: React.FC = ({ reposData, reposError, loading if (reposError) { repoError = reposError; } else if (!get(reposData, "totalCount", 0)) { - repoError = i18n._("repo.repoList.error.noResults", { message: "Search Default" }); + repoError = i18n._("repo.repoList.error.noResults"); } return !loading && repoError ? ( diff --git a/src/features/repos/components/RepoList/tests/__snapshots__/index.test.tsx.snap b/src/features/repos/components/RepoList/tests/__snapshots__/index.test.tsx.snap index 84799c6..9cb6ac7 100644 --- a/src/features/repos/components/RepoList/tests/__snapshots__/index.test.tsx.snap +++ b/src/features/repos/components/RepoList/tests/__snapshots__/index.test.tsx.snap @@ -112,19 +112,19 @@ exports[` should render and match the snapshot 1`] = ` class="MuiTypography-root MuiTypography-body1 emotion-2" data-testid="t" > - Repository Name: Nextjs Bulletproof + Repository Name:

- Repository full name: Nextjs Bulletproof Template + Repository full name:

- Repository stars: 100 + Repository stars: