mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 17:11:13 -05:00
Fix ESLint errors
This commit is contained in:
@@ -14,7 +14,7 @@ export interface MarkdownEditorProps {
|
||||
placeholder?: string;
|
||||
}
|
||||
|
||||
export function MarkdownEditorLazy(props: MarkdownEditorProps) {
|
||||
export function MarkdownEditorLazy(props: MarkdownEditorProps): React.JSX.Element {
|
||||
return (
|
||||
<Suspense fallback={<EditorSkeleton />}>
|
||||
<MarkdownEditor {...props} />
|
||||
|
||||
Reference in New Issue
Block a user