Typo.
This commit is contained in:
parent
0902bb33e6
commit
fefec54832
@ -95,9 +95,9 @@ const sortUsersByPhoneUser = (a, b) => {
|
||||
// current user's name is always on top
|
||||
const sortUsersByCurrent = (a, b) => {
|
||||
if (a.isCurrent) {
|
||||
return 1;
|
||||
} else if (b.isCurrent) {
|
||||
return -1;
|
||||
} else if (b.isCurrent) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user