Browse Source

fixing for compile

production
parent
commit
85073b6ca0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/components/ClientMonitor/ClientMonitorPage.tsx

+ 1
- 0
src/components/ClientMonitor/ClientMonitorPage.tsx View File

@@ -76,6 +76,7 @@ type HistoryRow = {
username?: string;
displayName?: string;
clientType?: string;
clientIp?: string;
status: string;
rttMs?: number;
currentPath?: string;


Loading…
Cancel
Save