aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-20 17:56:42 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-20 17:56:42 -0400
commitf4b18882d8bd31272d5eb7555c9b80609715b935 (patch)
treee33fe687d118be50c9805d04862b9f5af9866d8a /src/client/views/nodes/PresBox.tsx
parentc04da1528de48a1e911f5c8989f32bfd0138882b (diff)
cleaned up some warnings
Diffstat (limited to 'src/client/views/nodes/PresBox.tsx')
-rw-r--r--src/client/views/nodes/PresBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx
index 09c03fb30..80b8e7840 100644
--- a/src/client/views/nodes/PresBox.tsx
+++ b/src/client/views/nodes/PresBox.tsx
@@ -213,7 +213,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps, PresBoxSchema>
this.hideIfNotPresented(index);
this.showAfterPresented(index);
}
- })
+ });
//The function that starts or resets presentaton functionally, depending on status flag.
startOrResetPres = () => {