Refactored data tables. Added realtime tables.
This commit is contained in:
@@ -18,8 +18,6 @@ export default function MetricsBar({ websiteId, token, className }) {
|
||||
query: { url },
|
||||
} = usePageQuery();
|
||||
|
||||
console.log({ modified });
|
||||
|
||||
const { data, error, loading } = useFetch(
|
||||
`/api/website/${websiteId}/stats`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user