Skip to content

Commit ecf52af

Browse files
committed
2024-10-14 - cert badge changes
1 parent ed90efd commit ecf52af

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

web-ui/src/context/AppContext.jsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ const AppContextProvider = props => {
217217
}
218218
}, [csrf, skills]);
219219

220-
221-
222-
223220
useEffect(() => {
224221
const getAllCertifications = async () => {
225222
const res = await getCertifications(csrf);
@@ -240,11 +237,6 @@ const AppContextProvider = props => {
240237
}
241238
}, [csrf, certifications]);
242239

243-
244-
245-
246-
247-
248240
useEffect(() => {
249241
const getRoles = async () => {
250242
const res = await getAllRoles(csrf);

0 commit comments

Comments
 (0)