Skip to content

Commit a182aeb

Browse files
Remove unnecessary comment
1 parent 09e9a50 commit a182aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/content-presentation/details/Details.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ interface DetailsComponent extends FC<DetailsProps> {
1111
ExpanderGroup: FC<HTMLProps<HTMLDivElement>>;
1212
}
1313

14-
// TODO: Check if standard NHS.UK polyfill "details.polyfill.js" is required
1514
const DetailsComponent: DetailsComponent = ({ className, expander, ...rest }) => (
1615
<details
1716
className={classNames('nhsuk-details', { 'nhsuk-expander': expander }, className)}

0 commit comments

Comments
 (0)