From 0b694cbf268a5918cdbb7157ae69c1adc5f1b4a4 Mon Sep 17 00:00:00 2001 From: Alejandro Guzman Date: Fri, 15 Dec 2023 00:09:08 +0100 Subject: [PATCH] Minor changes --- src/components/UserProfile.jsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/UserProfile.jsx b/src/components/UserProfile.jsx index 3bda809..bf5dc47 100644 --- a/src/components/UserProfile.jsx +++ b/src/components/UserProfile.jsx @@ -783,7 +783,7 @@ const handleVisibilityChange = async (newVisibility) => {
@@ -1050,10 +1050,26 @@ const handleVisibilityChange = async (newVisibility) => { + + + Edit Recipe + + + + + +
); }; export default UserProfile; -