diff --git a/src/JournalView.tsx b/src/JournalView.tsx
index 44c50af..69931c7 100644
--- a/src/JournalView.tsx
+++ b/src/JournalView.tsx
@@ -1,5 +1,4 @@
import * as React from 'react';
-const Fragment = (React as any).Fragment;
import { connect } from 'react-redux';
import { withRouter } from 'react-router';
import { Tabs, Tab } from 'material-ui/Tabs';
@@ -81,22 +80,20 @@ class JournalView extends React.Component {
}
return (
-
-
-
- {collectionInfo.displayName}
- {itemsView}
-
-
- {collectionInfo.displayName}
- ;
-
-
-
+
+
+ {collectionInfo.displayName}
+ {itemsView}
+
+
+ {collectionInfo.displayName}
+ ;
+
+
);
}
}