Keys for {appName}
{error ? null : !canManageVault ? "Only workspace owners and admins can manage keys." : allApps ? `${typedSecrets.length} available` : `${grantedCount} of ${typedSecrets.length} granted`}
No vault keys yet. Add one from the Vault page.
) : ( typedSecrets.map((secret) => { const granted = allApps || grantBySecretId.has(secret.id); const pending = pendingSecretIds.has(secret.id); return ( ); }) )}