mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 04:07:39 +00:00
Update mobile view
This commit is contained in:
@@ -46,7 +46,10 @@ export class Students {
|
||||
}
|
||||
else
|
||||
{
|
||||
this.students.set(data.payload || []);
|
||||
const sorted = (data.payload || []).sort((a, b) =>
|
||||
a.identifier.localeCompare(b.identifier, undefined, { sensitivity: 'base' })
|
||||
);
|
||||
this.students.set(sorted);
|
||||
this.loaded.set(true);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user