Skip to content

Commit

Permalink
reset SummaryList
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tco committed Jul 31, 2023
1 parent 10f7cf8 commit d5e87c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/admin/src/components/summary-list/SummaryList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import CustomLink from '../custom-link/CustomLink';
import SummaryListProps from './SummaryListType';
import styles from './SummaryList.module.scss';

const SummaryList = ({
summaryListClassName = '',
Expand All @@ -9,7 +8,7 @@ const SummaryList = ({
}: SummaryListProps) => {
return (
<dl
className={`govuk-summary-list ${styles['key-width-40percent-sm']}`}
className={`govuk-summary-list ${summaryListClassName}`}
data-testid="summary-list"
{...summaryListAttributes}
>
Expand Down

0 comments on commit d5e87c0

Please sign in to comment.