Skip to content

Commit

Permalink
DBC22-2018: map refactoring and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd authored and fatbird committed May 14, 2024
1 parent 0e23e0b commit 932eb9c
Show file tree
Hide file tree
Showing 84 changed files with 2,289 additions and 4,830 deletions.
1 change: 0 additions & 1 deletion src/frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ module.exports = {
}],
"react/prop-types": "off",
'camelcase': 'off',
'no-unused-vars': 'off',
},
};
2 changes: 1 addition & 1 deletion src/frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import AdvisoryDetailsPage from './pages/AdvisoryDetailsPage';
import BulletinsListPage from './pages/BulletinsListPage';
import BulletinDetailsPage from './pages/BulletinDetailsPage';
import FeedbackPage from './pages/FeedbackPage';
import ScrollToTop from './Components/ScrollToTop';
import ScrollToTop from './Components/shared/ScrollToTop';

// https://github.com/dai-shi/proxy-memoize?tab=readme-ov-file#usage-with-immer
import { setAutoFreeze } from 'immer';
Expand Down
405 changes: 0 additions & 405 deletions src/frontend/src/Components/Filters.js

This file was deleted.

Loading

0 comments on commit 932eb9c

Please sign in to comment.