fix: accessing nonexistant variable
This commit is contained in:
@@ -57,7 +57,7 @@ export default async function Greet(
|
|||||||
title: author?.name,
|
title: author?.name,
|
||||||
href: `/?q=${encodeURIComponent(author?.name)}`,
|
href: `/?q=${encodeURIComponent(author?.name)}`,
|
||||||
},
|
},
|
||||||
date.toString(),
|
datePublished.toString(),
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
{movie.content.reviewRating && (
|
{movie.content.reviewRating && (
|
||||||
|
|||||||
Reference in New Issue
Block a user