mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-18 23:45:26 +02:00
fix(api-key): Add missing prop
This commit is contained in:
parent
1d195ff28d
commit
1c0f5b8738
@ -42,6 +42,7 @@ export default function SettingsAPIKeysRoute(): ReactElement {
|
||||
<APIKeyListItem
|
||||
apiKey={apiKey}
|
||||
key={apiKey.id}
|
||||
queryKey={queryKey}
|
||||
privateKey={
|
||||
apiKey.id === createdAPIKey?.id
|
||||
? createdAPIKey.key
|
||||
|
Loading…
x
Reference in New Issue
Block a user