Skip to content

Commit

Permalink
DBC22-1806: removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed Feb 28, 2024
1 parent 2e80f5a commit 1975ae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/src/pages/EventsListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ export default function EventsListPage() {
useEffect(() => {
if (events) {
processEvents();
setTimeout(() => setShowLoader(false), 5000);
// setShowLoader(false);
setShowLoader(false);
}
}, [events, eventCategoryFilter]);

Expand Down

0 comments on commit 1975ae0

Please sign in to comment.