File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
VStack ,
13
13
} from "@chakra-ui/react"
14
14
15
- import type { FileContributor , Lang } from "@/lib/types"
15
+ import type { ChildOnlyProp , FileContributor , Lang } from "@/lib/types"
16
16
17
17
import { Button } from "@/components/Buttons"
18
18
import InlineLink from "@/components/Link"
@@ -23,7 +23,7 @@ import Translation from "@/components/Translation"
23
23
import { trackCustomEvent } from "@/lib/utils/matomo"
24
24
import { getLocaleTimestamp } from "@/lib/utils/time"
25
25
26
- const ContributorList = ( { children } : { children : React . ReactNode } ) => (
26
+ const ContributorList = ( { children } : Required < ChildOnlyProp > ) => (
27
27
< UnorderedList maxH = "2xs" m = { 0 } mt = { 6 } overflowY = "scroll" >
28
28
{ children }
29
29
</ UnorderedList >
You can’t perform that action at this time.
0 commit comments