From d63f17f57a365ddeba8350c5821d04e6c856860b Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Sat, 15 Oct 2022 02:53:21 -0400 Subject: [PATCH] added description element & comments --- src/components/pages/VideoPlayer.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/pages/VideoPlayer.jsx b/src/components/pages/VideoPlayer.jsx index 258dc6c..d254ebf 100644 --- a/src/components/pages/VideoPlayer.jsx +++ b/src/components/pages/VideoPlayer.jsx @@ -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 (