Skip to content

Commit 9ce9143

Browse files
authored
Merge pull request #1089 from dnum-mi/fix/lint
fix(lint): Corrige les types dans DsfrFooter
2 parents 30a6477 + a474c01 commit 9ce9143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/DsfrFooter/DsfrFooter.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export type DsfrFooterLinkProps = {
3030

3131
export type DsfrFooterLinkListProps = {
3232
categoryName: string
33-
links: DsfrFooterLinkProps[],
34-
titleTag: string,
33+
links: DsfrFooterLinkProps[]
34+
titleTag: string
3535
}
3636

3737
export type DsfrFooterProps = {

0 commit comments

Comments
 (0)