mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 01:36:39 +00:00
🔇 fix logs
This commit is contained in:
@@ -68,7 +68,6 @@ export function LogAnalyticsData(props: AnalyticsContentProps) {
|
|||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
console.log({ filters });
|
|
||||||
const dateRange = {
|
const dateRange = {
|
||||||
startDate: filters.timeStart
|
startDate: filters.timeStart
|
||||||
? new Date(filters.timeStart)
|
? new Date(filters.timeStart)
|
||||||
|
|||||||
Reference in New Issue
Block a user