diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-05-13 01:40:40 -0400 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-05-13 01:40:40 -0400 |
commit | fdd5ab800536a8f1dd8acff284bd3a956a4a17ff (patch) | |
tree | 62ad87dc41cd8fec6e5d7005e616e6f1f44d242a /src/client/util/CaptureManager.tsx | |
parent | a97cd98786ff5572547430fff6c9a46117423bb1 (diff) | |
parent | 66f120531a7e86a7a6bfac30e9c966c3baaed99d (diff) |
merging
Diffstat (limited to 'src/client/util/CaptureManager.tsx')
-rw-r--r-- | src/client/util/CaptureManager.tsx | 4 |
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 |