We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed90efd commit ecf52afCopy full SHA for ecf52af
web-ui/src/context/AppContext.jsx
@@ -217,9 +217,6 @@ const AppContextProvider = props => {
217
}
218
}, [csrf, skills]);
219
220
-
221
222
223
useEffect(() => {
224
const getAllCertifications = async () => {
225
const res = await getCertifications(csrf);
@@ -240,11 +237,6 @@ const AppContextProvider = props => {
240
237
241
238
}, [csrf, certifications]);
242
239
243
244
245
246
247
248
249
const getRoles = async () => {
250
const res = await getAllRoles(csrf);
0 commit comments