Update inventory badges

This commit is contained in:
Bill 2021-10-16 01:57:41 -04:00
parent 6da92ac8c3
commit f65947c8f6

View File

@ -85,7 +85,7 @@ export const InventoryBadgeView: FC<InventoryBadgeViewProps> = props =>
</NitroLayoutGridColumn>
<NitroLayoutGridColumn className="justify-content-between" size={ 5 } overflow="auto">
<NitroLayoutFlexColumn overflow="hidden" gap={ 2 }>
<NitroLayoutBase className="text-black text-truncate">{ LocalizeText('inventory.badges.activebadges') }</NitroLayoutBase>
<NitroLayoutBase className="text-black text-truncate flex-shrink-0">{ LocalizeText('inventory.badges.activebadges') }</NitroLayoutBase>
<InventoryActiveBadgeResultsView badges={ activeBadges } />
</NitroLayoutFlexColumn>
{ badge && (badge.length > 0) &&