fix: accessing nonexistant variable

This commit is contained in:
Max Richter
2025-11-02 19:19:57 +01:00
parent 21841b4dc4
commit d4a7763b15

View File

@@ -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 && (