Skip to content
Snippets Groups Projects
Commit 7acf6fc0 authored by Anu's avatar Anu
Browse files

Fix height/weight sort mixup

parent e6db72f6
Branches
Tags
1 merge request!11643Fix height/weight sort mixup
...@@ -13,8 +13,8 @@ App.Data.SlaveSorting = new Map([ ...@@ -13,8 +13,8 @@ App.Data.SlaveSorting = new Map([
["Weekly Income", "weeklyIncome"], ["Weekly Income", "weeklyIncome"],
["Beauty", "beauty"], ["Beauty", "beauty"],
["Health", "health"], ["Health", "health"],
["Weight", "height"], ["Weight", "weight"],
["Height", "weight"], ["Height", "height"],
["Muscles", "muscles"], ["Muscles", "muscles"],
["Intelligence", "intelligence"], ["Intelligence", "intelligence"],
["Sex Drive", "sexDrive"], ["Sex Drive", "sexDrive"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment