Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Jun 27, 2024
1 parent 4a23f65 commit 16c8b35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const CredentialsAuthClients = ({
{t("details.credentials.uitid_v2")}
</Heading>
{isKeyVisibilityV1 ? (
!!keyVisibilityUpgrade ? (
keyVisibilityUpgrade ? (
<Alert variant="info">{t("integrations.pending_credentials")}</Alert>
) : (
<div className="flex flex-col flex-1 gap-4">
Expand Down

0 comments on commit 16c8b35

Please sign in to comment.