todo comment

This commit is contained in:
Colin Megill
2021-07-23 13:29:27 -07:00
parent b7ffb2748d
commit e7200ce6c3
+1
View File
@@ -4,6 +4,7 @@ Color By UI state
const ColorsReducer = (
state = {
/* TODO(colinmegill) #632 remove hardcode for dev */
colorMode: "color by dotplot columns" /* by continuous, by expression */,
colorAccessor: null /* tissue, Apod */,
},