Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add buy with crypto button to ENS detail page #2198

Merged
merged 9 commits into from
Apr 2, 2024

Conversation

juanmahidalgo
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Mar 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marketplace ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 26, 2024 3:41pm

@coveralls
Copy link

coveralls commented Mar 20, 2024

Coverage Status

coverage: 66.516% (+0.04%) from 66.476%
when pulling 58d88a4 on feat/names-axelar
into be1caa1 on master.

beforeEach(() => {
order = {} as Order
})
describe('and its owner and can sell', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
describe('and its owner and can sell', () => {
describe('and it's owner and can sell', () => {

@@ -48,28 +38,7 @@ const ParcelDetail = ({ nft, order, rental }: Props) => {
</>
}
actions={<SaleRentActionBox order={order} nft={nft} rental={rental} />}
box={
<>
{isPartOfEstate && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're removing this, we should remove the estateInfo css as well, would you mind removing it?

@juanmahidalgo juanmahidalgo merged commit d145fe8 into master Apr 2, 2024
9 checks passed
@juanmahidalgo juanmahidalgo deleted the feat/names-axelar branch April 2, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants