Fix issue with navigation in journal views.

master
Tom Hacohen 2019-02-14 10:40:11 +00:00
parent e4de0605f9
commit 59aef075f5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const JournalAddressBook = journalView(SearchableAddressBook, Contact);
const PersistCalendar = historyPersistor('Calendar')(Calendar);
const JournalCalendar = journalView(PersistCalendar, Event);
class Journal extends React.PureComponent<PropsTypeInner> {
class Journal extends React.Component<PropsTypeInner> {
state: {
tab: number,
};