From cc145a3167e10ef473e83d1ac972bc2a122f1c41 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 May 2023 22:12:50 +0200 Subject: [PATCH] user sessions --- src/Pages/UserProfile/index.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Pages/UserProfile/index.js b/src/Pages/UserProfile/index.js index 840e8f5..7b45068 100644 --- a/src/Pages/UserProfile/index.js +++ b/src/Pages/UserProfile/index.js @@ -35,17 +35,6 @@ const columns = [ }, ]; -const data = [ - { - key: "1", - userAgent: - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2) AppleWebKit/537.36 (KHTML 5) Chrome/121", - connectionStatus: , - lastUsed: new Date(Date.now()).toLocaleString(), - expiresAt: new Date(Date.now()).toLocaleString(), - }, -]; - export default function UserProfile() { const webSocketContext = useContext(WebSocketContext);