diff --git a/src/routes/BasicInfoLegacy/components/DeviceTypes/index.jsx b/src/routes/BasicInfoLegacy/components/DeviceTypes/index.jsx index 6c4ef20c9..9bce8bc1a 100644 --- a/src/routes/BasicInfoLegacy/components/DeviceTypes/index.jsx +++ b/src/routes/BasicInfoLegacy/components/DeviceTypes/index.jsx @@ -96,7 +96,7 @@ const DeviceTypes = ({ numOfPages, selectedOptions, onSelect }) => { > {isActive ? type.iconActive : type.icon} -
{type.title}
+
{type.title}
{type.description}
{type.subDescription && (
{type.subDescription}