Skip to content

Commit cd801d4

Browse files
Merge pull request #153 from topcoder-platform/PROD-2420_field-styling
PROD-2420 Remove unnecessary attribute -> dev
2 parents dcb9106 + 4351218 commit cd801d4

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)