fix marketplace
This commit is contained in:
@ -1529,11 +1529,11 @@ export default function Marketplace() {
|
||||
p: '1.6vw',
|
||||
}}
|
||||
>
|
||||
{ username ? (
|
||||
{playerServer && username ? (
|
||||
<PlayerInventory
|
||||
ref={inventoryRef}
|
||||
username={'Yana'}
|
||||
serverIp={'minecraft.survival.popa-popa.ru'}
|
||||
username={username}
|
||||
serverIp={playerServer.ip}
|
||||
onSellSuccess={() => {
|
||||
if (selectedServer) loadMarketItems(selectedServer.ip, 1);
|
||||
showNotification('Предмет успешно выставлен на продажу!', 'success');
|
||||
|
||||
Reference in New Issue
Block a user