Signed-off-by: kaustubh B <kbawanka@redhat.com>
This commit is contained in:
kaustubh-rh 2024-08-12 12:55:28 +05:30 committed by GitHub
parent 53a6472b44
commit 6a91b3be6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ export const SigningIn = () => {
className="pf-v5-u-max-width" className="pf-v5-u-max-width"
style={maxWidth} style={maxWidth}
> >
{credential.userLabel || t(credential.type as TFuncKey)} {t(credential.userLabel) || t(credential.type as TFuncKey)}
</DataListCell>, </DataListCell>,
]; ];