Modify information to query from correct Firebase database

This commit is contained in:
Ray 2023-11-14 16:19:16 +00:00 committed by GitHub
parent 57f760e158
commit 6fde426922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -33,12 +33,13 @@ export function Detail(props) {
<Col md={6}> <Col md={6}>
<h2>More information</h2> <h2>More information</h2>
<h3>Summary</h3> <h3>Summary</h3>
<p>{movieData.summary}</p> <p>{movieData.synopsis}</p>
<h3>Author</h3> <h3>People Who Contributed:</h3>
<p>{movieData.author}</p> <p>{movieData.director}</p>
<h3>ISBN</h3> <p>{movieData.main_actors}</p>
<p>ISBN10: {movieData.isbn10}</p> <p>{movieData.producer}</p>
<p>ISBN13: {movieData.isbn13}</p> <h3>Further Information</h3>
<p>IMDB: {movieData.imdb_link}</p>
<Form> <Form>
<h3>Review this movie</h3> <h3>Review this movie</h3>
<Form.Group> <Form.Group>