Skip to content

Commit

Permalink
Remove unused error value (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshika47 authored Jan 20, 2025
2 parents 5bcb00a + acaa762 commit 864bbe2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/e2e.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ const MentorRegistrationPage: React.FC = () => {
error: categoriesError,
} = useCategories();

const {
data: allCountries,
isLoading: countriesLoading,
error: countriesError,
} = useCountries();
const { data: allCountries, isLoading: countriesLoading } = useCountries();

const {
createMentorApplication,
Expand Down
18 changes: 0 additions & 18 deletions tests/example.spec.ts

This file was deleted.

0 comments on commit 864bbe2

Please sign in to comment.