mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
one of these sorts will flip it omg
This commit is contained in:
parent
84685a14d5
commit
ceca93e54d
3 changed files with 9 additions and 6 deletions
|
@ -47,7 +47,7 @@ export const PickerCategory = (props: CategoryProps) => (
|
|||
)}
|
||||
</Head>
|
||||
<Category>
|
||||
{sortBy(props.roles, 'position').map((role, idx) => (
|
||||
{sortBy(props.roles, 'position', undefined, true).map((role, idx) => (
|
||||
<Container key={idx}>
|
||||
<Role
|
||||
role={role}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue