-
Notifications
You must be signed in to change notification settings - Fork 9
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
Hide Products BN and Connect + Sort LIst Products #165
Conversation
/gcbrun |
Temporary Url for review: https://developer-connect-dev--pr-165-q8tqspgl.web.app |
/gcbrun |
/gcbrun |
Temporary Url for review: https://developer-connect-dev--pr-165-q8tqspgl.web.app |
/gcbrun |
Temporary Url for review: https://developer-connect-dev--pr-165-q8tqspgl.web.app |
/gcbrun |
Temporary Url for review: https://developer-connect-dev--pr-165-sd3eot4i.web.app |
|
||
const completedProducts = computed(() => { | ||
return products.value?.sort((a, b) => a.name.localeCompare(b.name)) ?? [] | ||
}) | ||
// console.log(products.value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove console logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
/gcbrun |
Temporary Url for review: https://developer-connect-dev--pr-165-sd3eot4i.web.app |
Hide Products BN and Connect + Sort LIst Products