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 849cff6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
run: rm -rf node_modules && yarn install --frozen-lockfile

- name: Build
run: yarn generate && yarn build
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 849cff6

Please sign in to comment.