diff --git a/src/screens/Compose/ComponentView.tsx b/src/screens/Compose/ComponentView.tsx index 9c24ca3a..1d2a3114 100644 --- a/src/screens/Compose/ComponentView.tsx +++ b/src/screens/Compose/ComponentView.tsx @@ -40,7 +40,6 @@ export const ComponentView = ({ onLoadEnd, onLoadError, onLoadStart, - note, componentUuid, }: Props) => { // Context diff --git a/src/screens/Compose/Compose.tsx b/src/screens/Compose/Compose.tsx index 2a06a74a..70e7641d 100644 --- a/src/screens/Compose/Compose.tsx +++ b/src/screens/Compose/Compose.tsx @@ -70,7 +70,6 @@ export class Compose extends React.Component<{}, State> { state: State = { title: '', noteText: '', - noteUuid: undefined, editorComponent: undefined, noteLocked: false, saveError: false,