diff --git a/src/components/shared/Stats.tsx b/src/components/shared/Stats.tsx index 8ca7ee2de3..aa267ea7b1 100644 --- a/src/components/shared/Stats.tsx +++ b/src/components/shared/Stats.tsx @@ -10,7 +10,6 @@ import { connect } from "react-redux"; import { loadEventsIntoTable } from "../../thunks/tableThunks"; import { useAppDispatch, useAppSelector } from "../../store"; import { fetchEvents } from "../../slices/eventSlice"; -import { Tooltip } from "./Tooltip"; /** * This component renders the status bar of the event view and filters depending on these @@ -59,25 +58,20 @@ const Stats = ({ {/* Show one counter for each status */} {stats.map((st, key) => (
- - - +
))}