refactor(props): comment out my-mobility page until student page is fixed
Check Deno code / Check Deno code (pull_request) Successful in 7s
Tests / Unit tests (pull_request) Successful in 13s
Tests / Integration tests (pull_request) Successful in 1m47s
Build and push image / Check Deno code (push) Successful in 5s
Check Deno code / Check Deno code (push) Successful in 7s
Tests / Unit tests (push) Successful in 12s
Tests / Integration tests (push) Successful in 1m49s
Build and push image / Build Docker image (push) Successful in 3m13s

This commit was merged in pull request #150.
This commit is contained in:
2026-05-01 19:09:31 +02:00
parent f409d9e5e8
commit ed2fe69f54
+1 -1
View File
@@ -7,7 +7,7 @@ const properties: AppProperties = {
pages: {
index: "Accueil",
overview: "Suivi des mobilités",
"my-mobility": "Ma mobilité",
// "my-mobility": "Ma mobilité", // TODO Fix ma mobilité page, so it renders correctly for students
},
adminOnly: ["overview"],
studentOnly: ["my-mobility"],