mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: reorder activities in the correct order
This commit is contained in:
+1
-1
@@ -389,7 +389,7 @@ export function DetailDailyChecklistContent() {
|
||||
} = {};
|
||||
|
||||
phaseData.activities.forEach((activityData) => {
|
||||
const timeType = activityData.time_type || 'umum';
|
||||
const timeType = activityData.time_type || 'Umum';
|
||||
|
||||
if (!timeGroups[timeType]) {
|
||||
timeGroups[timeType] = { activities: [] };
|
||||
|
||||
Reference in New Issue
Block a user