diff --git a/proto/ui.proto b/proto/ui.proto index 5cc57ef0c6..1c7e0c393c 100644 --- a/proto/ui.proto +++ b/proto/ui.proto @@ -102,7 +102,7 @@ enum RepLevel { RepLevelUnknown = 0; RepLevelHated = 1; RepLevelHostile = 2; - RepLevelUnfriendly = 3; + RepLevelUnfriendly = 3; RepLevelNeutral = 4; RepLevelFriendly = 5; RepLevelHonored = 6; @@ -139,7 +139,6 @@ enum RepFaction { RepFactionAzerothCommerceAuthority = 2586; RepFactionDurotarSupplyAndLogistics = 2587; RepFactionEmeraldWardens = 2641; - } message UIItemSource { @@ -173,8 +172,8 @@ message SoldBySource { } message RepSource { RepFaction rep_faction_id = 1; - RepLevel rep_level = 2; - Faction faction_id = 3; + RepLevel rep_level = 2; + Faction faction_id = 3; } message UIEnchant { diff --git a/ui/core/components/gear_picker.tsx b/ui/core/components/gear_picker.tsx index c58fcd0b23..dbc9e6a99f 100644 --- a/ui/core/components/gear_picker.tsx +++ b/ui/core/components/gear_picker.tsx @@ -1172,7 +1172,7 @@ export class ItemList { private getSourceInfo(item: Item, sim: Sim): JSX.Element { const makeAnchor = (href: string, inner: string | JSX.Element) => { return ( - + {inner} );