mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Update inventory badges
This commit is contained in:
parent
6da92ac8c3
commit
f65947c8f6
@ -85,7 +85,7 @@ export const InventoryBadgeView: FC<InventoryBadgeViewProps> = props =>
|
|||||||
</NitroLayoutGridColumn>
|
</NitroLayoutGridColumn>
|
||||||
<NitroLayoutGridColumn className="justify-content-between" size={ 5 } overflow="auto">
|
<NitroLayoutGridColumn className="justify-content-between" size={ 5 } overflow="auto">
|
||||||
<NitroLayoutFlexColumn overflow="hidden" gap={ 2 }>
|
<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 } />
|
<InventoryActiveBadgeResultsView badges={ activeBadges } />
|
||||||
</NitroLayoutFlexColumn>
|
</NitroLayoutFlexColumn>
|
||||||
{ badge && (badge.length > 0) &&
|
{ badge && (badge.length > 0) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user