Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
group-members-page: Replace
toSorted()
with shallow copy + sort()
I didn't realize that `toSorted` is a relatively new method that is not supported in older browser versions.¹ Thanks to @tsibley for using an old version of FireFox and catching this. ¹ <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSorted#browser_compatibility>
- Loading branch information