fix(backend): rendering issue
This commit is contained in:
@ -51,10 +51,12 @@ export default async function Greet(
|
||||
</PageHero.Subline>
|
||||
</PageHero.Footer>
|
||||
</PageHero>
|
||||
<Recommendations
|
||||
id={movie.id}
|
||||
type="movie"
|
||||
/>
|
||||
{false && (
|
||||
<Recommendations
|
||||
id={movie.id}
|
||||
type="movie"
|
||||
/>
|
||||
)}
|
||||
{movie.tags.length > 0 && (
|
||||
<>
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user