added description element & comments

This commit is contained in:
array-in-a-matrix 2022-10-15 02:53:21 -04:00
parent 5778d43a0c
commit d63f17f57a

View file

@ -44,7 +44,8 @@ function VideoPlayer() {
thumbnail={recipe.pic} thumbnail={recipe.pic}
ingredients={recipe.ingredients} ingredients={recipe.ingredients}
username={recipe.userName} username={recipe.userName}
userpf={recipe.userPf}/> userpf={recipe.userPf} //? user profile picture
description={recipe.discription}/> //? i misspelled description in firebase
) ); ) );
return ( return (