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:
parent
83b2a998e1
commit
5352b270d6
@ -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<
|
||||
|
Loading…
Reference in New Issue
Block a user