diff --git a/src/App.jsx b/src/App.jsx index 354a545..c571571 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1277,6 +1277,7 @@ const App = () => { const [activeStudyTab, setActiveStudyTab] = useState( () => localStorage.getItem('activeStudyTab') || 'notes', ); + const [mobileStudyTab, setMobileStudyTab] = useState('scripture'); useEffect(() => { localStorage.setItem('studyLayout', studyLayout); @@ -5494,7 +5495,7 @@ const deleteProject = (id) => {
{/* Sidebar */} -