Skip to content

Commit

Permalink
Small amendment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelmold committed Oct 20, 2023
1 parent da3c21b commit d3d8fd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/pages/credentials/details.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ const CredentialDetails = ({entity}) => {
</TableRow>

<TableRow>
- <TableData>{_('Login')}</TableData>-{' '}
<TableData>{login}</TableData>-{' '}
<TableData>{_('Login')}</TableData>- <TableData>{login}</TableData>-{' '}
</TableRow>
{credential_type === SNMP_CREDENTIAL_TYPE && (
<TableRow>
Expand Down

0 comments on commit d3d8fd0

Please sign in to comment.