[FE][Certs] Fix error on cert. presets error message

master
Araozu 2023-12-18 17:01:20 -05:00
parent eb9f6d0ca8
commit 791f946538
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export function RegisterPresets(props: {
return {}; return {};
} }
setError("");
const coursesMap = courses.nameMap(); const coursesMap = courses.nameMap();
const matpel1 = coursesMap["Matpel 1"]; const matpel1 = coursesMap["Matpel 1"];