Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Sep 5, 2024
1 parent 4cea41e commit 30e2cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Cards/CardMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface CardMetaProps extends Pick<React.HTMLAttributes<HTMLDivElement>
metaDetails?: JSX.Element | null
moreButtons?: JSX.Element | null
topHeading?: JSX.Element | null
samplingFactor?: number
samplingFactor?: number | null
}

export function CardMeta({
Expand Down

0 comments on commit 30e2cb5

Please sign in to comment.