fix: navigate scope in CCGraphNavPanel, class.code -> class_code in MyClassesPage

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
2026-05-27 13:45:12 +01:00
co-authored by Claude Sonnet 4.6
parent 7a1032a3bd
commit de21c56543
2 changed files with 3 additions and 2 deletions
@@ -484,6 +484,7 @@ function TreeItem({ node, depth, onSelect, onExpand }: TreeItemProps) {
export function CCGraphNavPanel() {
const { accessToken } = useAuth();
const navigate = useNavigate();
const { navigateToNeoNode, context } = useNavigationStore();
const [tree, setTree] = useState<TreeNode | null>(null);
const [schoolStatus, setSchoolStatus] = useState<SchoolStatus | null>(null);