diff --git a/frontend/src/pages/SettingsPage.jsx b/frontend/src/pages/SettingsPage.jsx index f9c8fd3..79289ba 100644 --- a/frontend/src/pages/SettingsPage.jsx +++ b/frontend/src/pages/SettingsPage.jsx @@ -349,55 +349,55 @@ function APIKeysSection() { {/* Key Liste */} {loading ? ( -
+ {k.key.substring(0, 8)}…{k.key.substring(k.key.length - 4)}
+
+ {lastUsedAgo && (
+
+ {lastUsedAgo}
- {customer && (
-
- {customer.number}
-
- )}
-