Skip to content

Commit 4351218

Browse files
PROD-2420 #comment clean-up #time 5m
1 parent 5a19604 commit 4351218

File tree

1 file changed

+1
-1
lines changed
  • src/routes/BasicInfoLegacy/components/DeviceTypes

1 file changed

+1
-1
lines changed

src/routes/BasicInfoLegacy/components/DeviceTypes/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const DeviceTypes = ({ numOfPages, selectedOptions, onSelect }) => {
9696
>
9797
{isActive ? type.iconActive : type.icon}
9898
</div>
99-
<div styleName="title">{type.title}</div>
99+
<div>{type.title}</div>
100100
<div className={styles["subTitle"]}>{type.description}</div>
101101
{type.subDescription && (
102102
<div className={styles["subDescription"]}>{type.subDescription}</div>

0 commit comments

Comments
 (0)