diff --git a/src/JournalView.tsx b/src/JournalView.tsx
index c913587..6bdcfaf 100644
--- a/src/JournalView.tsx
+++ b/src/JournalView.tsx
@@ -87,32 +87,23 @@ export class JournalView extends React.Component {
}
- />
+ >
+
{collectionInfo.displayName}
+ {itemsView}
+
}
- />
+ >
+ {collectionInfo.displayName}
+ ;
+
}
/>
- {collectionInfo.displayName}
- {
- return ;
- }
- }
- />
- {
- return itemsView;
- }
- }
- />
);
}