aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-08-05 01:17:28 -0400
committerAndy Rickert <andrew_rickert@brown.edu>2020-08-05 01:17:28 -0400
commit85fee2871fcbfba90ca9ce3ba4a1842e85e41f9f (patch)
tree6f8e7623929910e2dae1960a6415624ef47b8242 /src/client/views/collections/CollectionSubView.tsx
parent8c7196ca1eda1f89bbac3e2f24219df739978776 (diff)
lint
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
-rw-r--r--src/client/views/collections/CollectionSubView.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx
index b896518ed..4025e25f9 100644
--- a/src/client/views/collections/CollectionSubView.tsx
+++ b/src/client/views/collections/CollectionSubView.tsx
@@ -151,10 +151,8 @@ export function CollectionSubView<T, X>(schemaCtor: (doc: Doc) => T, moreProps?:
console.log(d);
let newdocs = DocListCast(d.data);
if (newdocs.length > 0) {
- let vibecheck = false;
-
+ let vibecheck: boolean | undefined = undefined;
let newarray: Doc[] = [];
-
while (newdocs.length > 0) {
newarray = [];
newdocs.forEach((t) => {