From 1f76ef68a2ae58b004db23b90c2bccc5cc2544db Mon Sep 17 00:00:00 2001 From: ljungster Date: Thu, 24 Mar 2022 16:20:34 -0400 Subject: fixed no col bug --- src/client/views/collections/CollectionNoteTakingView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionNoteTakingView.tsx b/src/client/views/collections/CollectionNoteTakingView.tsx index 14d274cb2..1bf9a8fe4 100644 --- a/src/client/views/collections/CollectionNoteTakingView.tsx +++ b/src/client/views/collections/CollectionNoteTakingView.tsx @@ -136,7 +136,7 @@ export class CollectionNoteTakingView extends CollectionSubView { if (!d[this.pivotField]) { - d[this.pivotField] = `0` + d[this.pivotField] = `1` }; const sectionValue = (d[this.pivotField] ? d[this.pivotField] : `0`) as object; // the next five lines ensures that floating point rounding errors don't create more than one section -syip -- cgit v1.2.3-70-g09d2