aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CaptureManager.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-23 14:15:11 -0400
committerbobzel <zzzman@gmail.com>2021-04-23 14:15:11 -0400
commit51b234e66dc819bb6fb714e55a62d8515a9c8886 (patch)
tree235e72515a05a82e2e46d9ba4ee4bdfc564bfb45 /src/client/util/CaptureManager.tsx
parent18cee14d5a1273e2db26fec7654dde3e67ec8f27 (diff)
fixed code warnings. updated some npm pacakges including typescript.
Diffstat (limited to 'src/client/util/CaptureManager.tsx')
-rw-r--r--src/client/util/CaptureManager.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/CaptureManager.tsx b/src/client/util/CaptureManager.tsx
index c38337c91..c247afa26 100644
--- a/src/client/util/CaptureManager.tsx
+++ b/src/client/util/CaptureManager.tsx
@@ -99,7 +99,7 @@ export class CaptureManager extends React.Component<{}> {
Cancel
</div>
</div>
- </div>
+ </div>;
}
@@ -135,6 +135,6 @@ export class CaptureManager extends React.Component<{}> {
dialogueBoxStyle={{ width: "500px", height: "350px", border: "none", background: "whitesmoke" }}
overlayStyle={{ background: "black" }}
overlayDisplayedOpacity={0.6}
- />
+ />;
}
} \ No newline at end of file