diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-19 11:32:46 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-19 11:32:46 -0400 |
| commit | 89e5b4e224d77c7a029ec7d9c9027095665508ac (patch) | |
| tree | b1163d7090da48d978858caa44c601401a9400f6 /src/client/views/collections/CollectionSubView.tsx | |
| parent | b6229b0a6141afbfd0e78e3ec870218187864def (diff) | |
lint fixes.
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index cd401058f..7d93f4074 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -200,7 +200,7 @@ export function CollectionSubView<X>(moreProps?: X) { let ind; const doc = this.Document; const id = Doc.UserDoc()[Id]; - const email = ClientUtils.CurrentUserEmail; + const email = ClientUtils.CurrentUserEmail(); const pos = { x: position[0], y: position[1] }; if (id && email) { const proto = Doc.GetProto(doc); |
