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: check if data is able to display #111

Closed
wants to merge 2 commits into from
Closed

Conversation

Valimp
Copy link
Collaborator

@Valimp Valimp commented Oct 7, 2024

What

We have to check if data is no undefined or none before to display it on ticket page

Fixes bug(s)

#110

@@ -57,6 +57,8 @@ export default function ImageModerationPage() {
});

setTickets(updatedTickets);
console.log(updatedTickets);
Copy link
Contributor

Choose a reason for hiding this comment

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

This line should be deleted

@raphael0202
Copy link
Contributor

We investigated with @Valimp, it was due to a ticket (with type='product') without a flag in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants