Skip to content

Commit 0c5adb8

Browse files
committed
Add core component debug logs for Diary
1 parent bf28c4b commit 0c5adb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/Diary.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ function EntryCard({ entry, onEdit }) {
188188
// ─── Main Diary Component ────────────────────────────────────────────────────
189189
export default function Diary() {
190190
const { user } = useAuth();
191+
console.log("🔍 DIARY PAGE LOADED. Current User:", user);
191192
const queryClient = useQueryClient();
192193

193194
const [mode, setMode] = useState('view');

0 commit comments

Comments
 (0)