diff --git a/management/src/App.tsx b/management/src/App.tsx index 8c9e344..c637889 100644 --- a/management/src/App.tsx +++ b/management/src/App.tsx @@ -125,7 +125,7 @@ function App() { try { const stored = localStorage.getItem('sc_my_classes_details'); setMyClasses(stored ? JSON.parse(stored) : []); - } catch (e) {} + } catch (e) { } }; window.addEventListener('my-classes-updated', handleUpdate); return () => window.removeEventListener('my-classes-updated', handleUpdate); @@ -202,30 +202,6 @@ function App() { Simple Care Rikkei Education -