From 83367785f0414232c29150ab043e1999ea4796e4 Mon Sep 17 00:00:00 2001 From: madelinegr Date: Sat, 20 Apr 2019 17:14:19 -0400 Subject: little mod 2 --- src/client/views/Main.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 35d5e8a35..d8e97fe72 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -385,8 +385,9 @@ export class Main extends React.Component { let cat = Gateway.Instance.ClearCatalog(); cat.then(async () => { this.AddToNorthstarCatalog(await Gateway.Instance.GetCatalog()); - if (!CurrentUserUtils.GetNorthstarSchema("Book1")) + if (!CurrentUserUtils.GetNorthstarSchema("Book1")){ this.AddToNorthstarCatalog(await Gateway.Instance.GetSchema("http://www.cs.brown.edu/~bcz/Book1.csv")); + } }); } -- cgit v1.2.3-70-g09d2