aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-13 16:34:42 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-13 16:34:42 -0400
commit3c6c4e6da942ef4c1e7faebdc165eb4fcaa7bee4 (patch)
treecba02957956bb4130382b7f3dc232365d5eb8075 /src
parent5d437614e7ea56787a5e4ea84067d559bb051f5e (diff)
oops
Diffstat (limited to 'src')
-rw-r--r--src/client/views/Main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx
index 1b9a45f0b..971658473 100644
--- a/src/client/views/Main.tsx
+++ b/src/client/views/Main.tsx
@@ -9,7 +9,7 @@ import { List } from "../../new_fields/List";
let swapDocs = async () => {
let oldDoc = await Cast(CurrentUserUtils.UserDocument.linkManagerDoc, Doc);
- Docs.Prototypes.MainLinkDocument().allLinks = new List<Doc>();
+ // Docs.Prototypes.MainLinkDocument().allLinks = new List<Doc>();
if (oldDoc) {
let links = await DocListCastAsync(oldDoc.allLinks);
// if (links && DocListCast(links)) {