Skip to content

Commit 5d05aac

Browse files
committed
fix: fixing css error
1 parent 0085b67 commit 5d05aac

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Specification/SpecificationComponent

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Specification/SpecificationComponent/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function SpecificationComponent({
1616
__html: bodyText,
1717
}}
1818
/* eslint-enable react/no-danger */
19-
styleName="rawHtml"
19+
/* styleName="rawHtml" */
2020
/>
2121
);
2222
}

0 commit comments

Comments
 (0)