fix: lint errors

This commit is contained in:
Radek Czemerys
2021-01-13 21:09:04 +01:00
parent 9dbbe8c5fa
commit b92c4e32ba
2 changed files with 0 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ export const ComponentView = ({
onLoadEnd,
onLoadError,
onLoadStart,
note,
componentUuid,
}: Props) => {
// Context

View File

@@ -70,7 +70,6 @@ export class Compose extends React.Component<{}, State> {
state: State = {
title: '',
noteText: '',
noteUuid: undefined,
editorComponent: undefined,
noteLocked: false,
saveError: false,