feat: implement learners area new UI (#197)
* feat: implement learners area new UI * fix: learners list UI * fix: initial learner sort based on role
This commit is contained in:
@@ -46,7 +46,7 @@ import {
|
||||
* @param data
|
||||
* @returns {{pagination, threadsById: {}, threadsInTopic: {}, avatars: {}}}
|
||||
*/
|
||||
function normaliseThreads(data) {
|
||||
export function normaliseThreads(data) {
|
||||
const normalized = {};
|
||||
let threads;
|
||||
if ('results' in data) {
|
||||
|
||||
Reference in New Issue
Block a user