Skip to content

Commit a474c01

Browse files
committed
fix(lint): Corrige les types dans DsfrFooter
1 parent 30a6477 commit a474c01

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)