Trade update

This commit is contained in:
Bill 2021-07-08 01:47:27 -04:00
parent 1966d14396
commit 3fc5fdd68e

View File

@ -244,7 +244,7 @@ export const InventoryTradeView: FC<InventoryTradeViewProps> = props =>
</NitroCardGridView> </NitroCardGridView>
<div className="col-12 badge bg-muted w-100 mt-1">{ groupItem ? groupItem.name : LocalizeText('catalog_selectproduct') }</div> <div className="col-12 badge bg-muted w-100 mt-1">{ groupItem ? groupItem.name : LocalizeText('catalog_selectproduct') }</div>
</div> </div>
<div className="col-8 row"> <div className="col-8 row mx-0">
<div className="d-flex flex-column col-6"> <div className="d-flex flex-column col-6">
<span className="d-flex justify-content-between align-items-center text-black small mb-1">{ LocalizeText('inventory.trading.you') } { LocalizeText('inventory.trading.areoffering') }: <i className={ 'small fas ' + (tradeData.ownUser.accepts ? 'fa-lock text-success' : 'fa-unlock text-danger') } /></span> <span className="d-flex justify-content-between align-items-center text-black small mb-1">{ LocalizeText('inventory.trading.you') } { LocalizeText('inventory.trading.areoffering') }: <i className={ 'small fas ' + (tradeData.ownUser.accepts ? 'fa-lock text-success' : 'fa-unlock text-danger') } /></span>
<NitroCardGridView columns={ 3 }> <NitroCardGridView columns={ 3 }>