Ran prettier

This commit is contained in:
mabashian
2020-07-22 08:50:46 -04:00
parent c3c7e120c8
commit e6a1ad0127

View File

@@ -238,7 +238,9 @@ function CredentialDetail({ i18n, credential }) {
</DetailList> </DetailList>
{Object.keys(inputSources).length > 0 && ( {Object.keys(inputSources).length > 0 && (
<PluginFieldText> <PluginFieldText>
{i18n._(t`* This field will be retrieved from an external secret management system using the specified credential.`)} {i18n._(
t`* This field will be retrieved from an external secret management system using the specified credential.`
)}
</PluginFieldText> </PluginFieldText>
)} )}
<CardActionsRow> <CardActionsRow>