Skip to content

Commit

Permalink
Remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri authored and samshara committed Apr 12, 2024
1 parent 4885f9f commit 6b13a66
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 177 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
6 changes: 0 additions & 6 deletions src/components/MapPopup/i18n.json

This file was deleted.

77 changes: 0 additions & 77 deletions src/components/MapPopup/index.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions src/components/MapPopup/styles.module.css

This file was deleted.

43 changes: 0 additions & 43 deletions src/hooks/useInputState.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/views/Home/AlertsView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import styles from './styles.module.css';
const COUNTRIES_LIST = gql`
query CountryList {
public {
allCountries {
allCountries(alertFilters: {}) {
name
id
iso3
Expand Down

0 comments on commit 6b13a66

Please sign in to comment.