Replaces the inheritance with composition pattern in the Symptom view
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export const getLabelsList =
|
||||
(categories) => categories.map((label, i) => ({ label, value: i }))
|
||||
Reference in New Issue
Block a user