Update main.tsx
This commit is contained in:
@@ -115,7 +115,7 @@ export const sortedRoomSelector = selector<Conversation[]>({
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (a.lastActivityDate.toDate() > b.lastActivityDate.toDate()) {
|
if (a.lastActivityDate.toDate() < b.lastActivityDate.toDate()) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user