diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-04-20 18:44:39 -0400 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-04-20 18:44:39 -0400 |
| commit | 160b52e97a20a83e4ccb06035e5306155d6ff79f (patch) | |
| tree | 0e11a8df51ab3f5dab79760df5e0ada0c9308ad1 /src/client/views/Main.tsx | |
| parent | 840de58f003d0962ef7d3a0ad6ea284d1f4870db (diff) | |
| parent | 6304e03f953b2cc66dcc1a0900855376ff739015 (diff) | |
changes
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 175ef3c6d..ca77ff245 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -345,7 +345,7 @@ 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")); } }); |
