From 591bdc253a46e2f19bbdeaf3e48187a4f7f1dd58 Mon Sep 17 00:00:00 2001 From: dylanw-oss <53635739+dylanw-oss@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:47:45 -0800 Subject: [PATCH] Fix bug#153 "Signing out" throws exception "Cannot read properties of undefined (reading 'name')" --- react-spa/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-spa/src/App.jsx b/react-spa/src/App.jsx index 6867ca2c..787faf7e 100644 --- a/react-spa/src/App.jsx +++ b/react-spa/src/App.jsx @@ -31,7 +31,7 @@ const ProfileContent = () => { return ( <> -