From 40caf879001a5029d5f3378ffcbbc1120d4ceed6 Mon Sep 17 00:00:00 2001 From: Daniel Cojocea Date: Tue, 9 Jul 2024 13:54:59 -0400 Subject: [PATCH] Added checks for deleteImage --- .../TabPanels/Account/ProfilePanel.jsx | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/Client/src/Components/TabPanels/Account/ProfilePanel.jsx b/Client/src/Components/TabPanels/Account/ProfilePanel.jsx index a1cf7956e..9fa300616 100644 --- a/Client/src/Components/TabPanels/Account/ProfilePanel.jsx +++ b/Client/src/Components/TabPanels/Account/ProfilePanel.jsx @@ -128,6 +128,8 @@ const ProfilePanel = () => { setProgress({ value: 0, isLoading: false }); }; + console.log(localData); + // Closes the picture update modal and resets related states const closePictureModal = () => { // removePicture(); @@ -261,7 +263,16 @@ const ProfilePanel = () => { - +