Cleaning-up code and removing ID
Summary
We've realized that adding IDs manually for subcategories is not a good practice and it might create conflicts in future. So, as per the new updates we have removed id
property from subcategory
object, and generating unique id
for each subcategory with react-uuid.
Instructions
- Do Not add
id
property insubcategory
object - Please have a look at CONTRIBUTING guidelines for more information