From 05e562534763d1c15218ef82b6cb8e8d9bba35b1 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sat, 20 Mar 2021 00:50:26 -0400 Subject: cleaned up warnings. fixed webBox annotations to write to correct key so that they appear on startup. --- src/client/views/collections/CollectionStackingViewFieldColumn.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx') diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index caf4c59c1..bee7aeb87 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -166,7 +166,8 @@ export class CollectionStackingViewFieldColumn extends React.Component {colors.map(col => { const palette = PastelSchemaPalette.get(col); - return
this.changeColumnColor(palette!)} /> + return
this.changeColumnColor(palette!)} />; })}
; -- cgit v1.2.3-70-g09d2