feat: cleanup

This commit is contained in:
bartosz-lipinski 2021-06-11 21:28:04 -05:00
parent 1fc418cc9f
commit bfb526a6fb
3 changed files with 18 additions and 1 deletions

View File

@ -74,6 +74,10 @@ code {
}
}
.ant-image-img {
border-radius: 8px;
}
.ant-card-cover {
position: relative;
overflow: hidden;

View File

@ -10,6 +10,11 @@
background-size: auto 240px;
}
.explore {
display: flex;
padding: 10px
}
.explore .square {
max-width: 355px;
min-width: 355px;
@ -38,4 +43,4 @@
display: flex;
flex-wrap: wrap;
align-items: center;
}
}

View File

@ -131,6 +131,14 @@ export const useAuctions = (state?: AuctionViewState) => {
state,
existingAuctionView,
);
if (
nextAuctionView?.auction.pubkey.toBase58() ===
'FxXEav7X2iFAT78gBYTTE7b4C4TLzvA1UJ1xMkWaAdRR'
) {
return;
}
setAuctionViews(nA => ({ ...nA, [a]: nextAuctionView }));
});
}, [