diff --git a/gsa/src/web/components/icon/osicon.js b/gsa/src/web/components/icon/osicon.js index 193ad3ed52..d445f4d7ed 100644 --- a/gsa/src/web/components/icon/osicon.js +++ b/gsa/src/web/components/icon/osicon.js @@ -35,7 +35,7 @@ import PropTypes from 'web/utils/proptypes'; import Divider from 'web/components/layout/divider'; import Layout from 'web/components/layout/layout'; -import Icon from './icon'; +import Img from 'web/components/img/img'; const OsIcon = ({ displayOsCpe = true, @@ -85,9 +85,10 @@ const OsIcon = ({ return ( - {displayOsName && isDefined(os) && {os.title}