Skip to content

Commit

Permalink
[desk-tool] Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 9d90f82 commit 85b7104
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export function DocumentPane(props: DocumentPaneProps) {

<DocumentPanel
activeViewId={activeViewId}
connectionState={connectionState}
documentId={documentId}
documentType={documentType}
draft={draft}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import styles from './documentPanel.css'

interface DocumentPanelProps {
activeViewId: string
connectionState: string
documentId: string
documentType: string
draft: Doc | null
Expand Down

0 comments on commit 85b7104

Please sign in to comment.