diff --git a/apps/vpnmanager/src/components/Statistics/Statistics.tsx b/apps/vpnmanager/src/components/Statistics/Statistics.tsx index 3ca8ef470..5710aca64 100644 --- a/apps/vpnmanager/src/components/Statistics/Statistics.tsx +++ b/apps/vpnmanager/src/components/Statistics/Statistics.tsx @@ -38,8 +38,6 @@ const Statistics: React.FC = ({ data: result }) => { const router = useRouter(); const yesterday = startOfYesterday(); const [filters, setFilters] = useState({ - ID: router.query.ID || "", - userId: router.query.userId || "", email: router.query.email || "", "date.start": router.query["date.start"] || "", "date.end": router.query["date.end"] || "", @@ -148,18 +146,6 @@ const Statistics: React.FC = ({ data: result }) => {
- - - = ({ data: result }) => { fullWidth /> - - - = ({ data: result }) => { Email - - User ID - Usage Date @@ -269,7 +240,6 @@ const Statistics: React.FC = ({ data: result }) => { paginatedData.map((row) => ( {row.email} - {row.userId} {row.usage} {format(row.date, "yyyy-MM-dd")} {row.cumulativeData} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0e26b8e00..d46b0ee25 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -127,7 +127,6 @@ catalog: js-yaml: ^4.1.0 jscodeshift: ^0.15.2 jsdom: ^24.1.3 - json2csv: 6.0.0-alpha.2 jwt-decode: ^4.0.0 leaflet: ^1.9.4 lint-staged: ^15.2.10