[api keys] fix breadcrumb not appearing on api key details (#13633)

This commit is contained in:
nitin
2025-08-05 18:07:11 +05:30
committed by GitHub
parent db00fb6a50
commit 111f083a24
@@ -245,7 +245,7 @@ export const SettingsDevelopersApiKeyDetail = () => {
children: t`APIs`,
href: getSettingsPath(SettingsPath.APIs),
},
{ children: t`${apiKeyName}` },
{ children: apiKey?.name },
]}
>
<SettingsPageContainer>