Tidying, possible fix for excessive view count

This commit is contained in:
Tom Moor
2018-08-18 17:45:56 -07:00
parent 3da078e98b
commit f401b6f2e0
2 changed files with 6 additions and 13 deletions

View File

@@ -20,7 +20,6 @@ import { Action, Separator } from 'components/Actions';
type Props = {
document: Document,
isDirty: boolean,
isDraft: boolean,
isEditing: boolean,
isSaving: boolean,
@@ -88,7 +87,6 @@ class Header extends React.Component<Props> {
document,
isEditing,
isDraft,
isDirty,
isPublishing,
isSaving,
savingIsDisabled,