1 parent bf28c4b commit 0c5adb8Copy full SHA for 0c5adb8
1 file changed
src/pages/Diary.jsx
@@ -188,6 +188,7 @@ function EntryCard({ entry, onEdit }) {
188
// ─── Main Diary Component ────────────────────────────────────────────────────
189
export default function Diary() {
190
const { user } = useAuth();
191
+ console.log("🔍 DIARY PAGE LOADED. Current User:", user);
192
const queryClient = useQueryClient();
193
194
const [mode, setMode] = useState('view');
0 commit comments