mirror of
https://github.com/standardnotes/mobile.git
synced 2026-02-07 06:21:45 -05:00
fix: lint errors
This commit is contained in:
@@ -40,7 +40,6 @@ export const ComponentView = ({
|
||||
onLoadEnd,
|
||||
onLoadError,
|
||||
onLoadStart,
|
||||
note,
|
||||
componentUuid,
|
||||
}: Props) => {
|
||||
// Context
|
||||
|
||||
@@ -70,7 +70,6 @@ export class Compose extends React.Component<{}, State> {
|
||||
state: State = {
|
||||
title: '',
|
||||
noteText: '',
|
||||
noteUuid: undefined,
|
||||
editorComponent: undefined,
|
||||
noteLocked: false,
|
||||
saveError: false,
|
||||
|
||||
Reference in New Issue
Block a user