From 43512183ac3732be709dd249e3356e6817eae7fa Mon Sep 17 00:00:00 2001 From: Brooke Date: Thu, 7 Jul 2022 07:54:01 -0700 Subject: [PATCH] PROD-2420 #comment clean-up #time 5m --- src/routes/BasicInfoLegacy/components/DeviceTypes/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}