Skip to content

Commit

Permalink
Fix providers list readonly label
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed Jul 4, 2024
1 parent 3a36d8e commit 93a5f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CertificatesProvidersListItem: React.FunctionComponent<
>
{provider.name}
</Typography>
{!provider.readOnly ? (
{provider.readOnly ? (
<Typography variant="c1">
{t("providers.list.item.read-only")}
</Typography>
Expand Down

0 comments on commit 93a5f87

Please sign in to comment.