mirror of
https://github.com/array-in-a-matrix/foodie.git
synced 2025-04-02 10:32:08 -04:00
added description element & comments
This commit is contained in:
parent
5778d43a0c
commit
d63f17f57a
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ function VideoPlayer() {
|
|||
thumbnail={recipe.pic}
|
||||
ingredients={recipe.ingredients}
|
||||
username={recipe.userName}
|
||||
userpf={recipe.userPf}/>
|
||||
userpf={recipe.userPf} //? user profile picture
|
||||
description={recipe.discription}/> //? i misspelled description in firebase
|
||||
) );
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Reference in a new issue