More detailed RZL

This commit is contained in:
uwap 2017-09-21 18:22:58 +02:00
parent 03a58e918a
commit a65e937623
5 changed files with 22 additions and 17 deletions

View file

@ -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) =>