Skip to content

Commit

Permalink
DBC22-2794: crashfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed Oct 1, 2024
1 parent 8496640 commit 6271e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/EventsListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import EventsTable from '../Components/events/EventsTable';
import Filters from '../Components/shared/Filters.js';
import Footer from '../Footer.js';
import PageHeader from '../PageHeader';
import PollingComponent from '../Components/shared/PollingCountdown';
import PollingComponent from '../Components/shared/PollingComponent';
import RouteSearch from '../Components/routing/RouteSearch';
import trackEvent from '../Components/shared/TrackEvent.js';
import AdvisoriesPanel from '../Components/map/panels/AdvisoriesPanel';
Expand Down

0 comments on commit 6271e58

Please sign in to comment.