fix some type errors
This commit is contained in:
@ -6,9 +6,9 @@ export const NewsList = ({
|
||||
featured,
|
||||
limit,
|
||||
}: {
|
||||
heading: string;
|
||||
featured: boolean;
|
||||
limit: number;
|
||||
heading?: string;
|
||||
featured?: boolean;
|
||||
limit?: number;
|
||||
}) => {
|
||||
return (
|
||||
<section className={styles.newsWrapper}>
|
||||
|
Reference in New Issue
Block a user