1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-07 01:16:28 +02:00

refactor: clean up params

This commit is contained in:
Tymoteusz Czech 2025-06-19 18:45:06 +02:00
parent 83b2a998e1
commit 5352b270d6
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -18,9 +18,7 @@ import { ImpactMetricsControls } from './ImpactMetricsControls.tsx';
import { getDisplayFormat, getTimeUnit } from './time-utils.ts';
import { fromUnixTime } from 'date-fns';
type ImpactMetricsProps = {};
export const ImpactMetrics: FC<ImpactMetricsProps> = () => {
export const ImpactMetrics: FC = () => {
const theme = useTheme();
const [selectedSeries, setSelectedSeries] = useState<string>('');
const [selectedRange, setSelectedRange] = useState<