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

[FIX]: Seller product when he/she has no product #58

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

cyusasnave
Copy link
Collaborator

Fixed when a seller has no product they should display a message to show him/her that he has no product yet

Copy link

vercel bot commented Jul 26, 2024

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

Name Status Preview Comments Updated (UTC)
hackers-ec-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 0:04am

} from '@testing-library/react';
import { db } from '../../../mock/db';
import { server } from '../../../mock/server';
import { render, screen } from '@testing-library/react';
Copy link

Choose a reason for hiding this comment

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

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

@cyusasnave cyusasnave force-pushed the fix-no-product-landing-seller branch from ca543b6 to 5fab57b Compare July 26, 2024 12:03
screen,
waitForElementToBeRemoved,
} from '@testing-library/react';
import { fireEvent, render, screen } from '@testing-library/react';
Copy link

Choose a reason for hiding this comment

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

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

@leandreAlly leandreAlly merged commit a1cde48 into develop Jul 26, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants