-
Notifications
You must be signed in to change notification settings - Fork 4
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
don't merge: code review #83
base: main
Are you sure you want to change the base?
Conversation
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 don't merge this branch
},[allProd.length, dispatch]) | ||
|
||
const toggleshow = (id) => { | ||
let dta = products.filter((el) => { |
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.
what does this dta variable determines? please give meaningful name to the variable. don't worry about the length of the variable name.
MAKE EACH STATE, VARIABLE AND FUNCTION NAME AS DESCRIPTIVE AS POSSIBLE
position:'top-right' | ||
}) | ||
} | ||
const [dataa, setDataa] = useState({}) |
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.
dataa? what does this state determine? it is not readable at all. Please change this state name
PLEASE DON'T MERGE THIS BRANCH. Only to review comments on code