aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SharingManager.tsx
diff options
context:
space:
mode:
authorSam Wilkins <35748010+samwilkins333@users.noreply.github.com>2019-10-09 05:00:35 -0400
committerSam Wilkins <35748010+samwilkins333@users.noreply.github.com>2019-10-09 05:00:35 -0400
commit11892eadbbafcbfb64966bc7a3975d5260b9399f (patch)
tree217c412059df87029675b28a02f5e1c5aeac61ff /src/client/util/SharingManager.tsx
parent45b97084b3d49d521ff39963f250e9cd9efe3f8e (diff)
parentc5ba0bb105c3f02a046e704772e458bdc23bfd39 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/util/SharingManager.tsx')
-rw-r--r--src/client/util/SharingManager.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx
index e9adbeb46..4124b9828 100644
--- a/src/client/util/SharingManager.tsx
+++ b/src/client/util/SharingManager.tsx
@@ -79,7 +79,7 @@ export default class SharingManager extends React.Component<{}> {
this.sharingDoc = new Doc;
}
}));
- };
+ }
public close = action(() => {
this.isOpen = false;