More detailed RZL
This commit is contained in:
parent
03a58e918a
commit
a65e937623
5 changed files with 22 additions and 17 deletions
|
|
@ -18,7 +18,7 @@ const color = (iconColor, state: State) => {
|
|||
return iconColor == null ? "#000000" :
|
||||
iconColor(
|
||||
R.map(x => x.internal == null ?
|
||||
x.actual : x.internal, state.values)
|
||||
x.actual : x.internal, state.values == null ? {} : state.values)
|
||||
);
|
||||
}
|
||||
const iconHtml = (el, state: State) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue