Skip to content

Commit

Permalink
Fix providers list readonly label (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: alex-slobodian <[email protected]>
  • Loading branch information
OleksandrSPV and aleksandr-slobodian committed Jul 5, 2024
1 parent 1eeea63 commit 0de48e3
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 0de48e3

Please sign in to comment.