chore: lint

This commit is contained in:
Nicholas Penree
2024-12-16 17:18:11 -05:00
parent 81c85ce155
commit 7e8953ff44

View File

@@ -47,7 +47,7 @@ const timeRanges: Array<{ label: string; value: TimeFilter }> = [
] as const; ] as const;
interface SinceLogsFilterProps { interface SinceLogsFilterProps {
value: string; value: TimeFilter;
onValueChange: (value: TimeFilter) => void; onValueChange: (value: TimeFilter) => void;
showTimestamp: boolean; showTimestamp: boolean;
onTimestampChange: (show: boolean) => void; onTimestampChange: (show: boolean) => void;