Skip to content

Commit 8c9d64b

Browse files
committed
Rename 'Miscellaneous' to 'Item' and update sort weight
1 parent 8f931be commit 8c9d64b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/command/VariablesList.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const CATEGORY_SORT: Record<string, number> = {
1212
Leaderboard: 2,
1313
Overall: 3,
1414
Hero: 4,
15-
Miscellaneous: 5,
15+
Item: 5,
16+
Miscellaneous: 6,
1617
};
1718

1819
function sort_weight(category: string): number {

0 commit comments

Comments
 (0)