mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Fix missing prop
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
useToasts,
|
||||
Modal,
|
||||
Input,
|
||||
Button,
|
||||
} from '@geist-ui/core';
|
||||
import { Code, Eye } from '@geist-ui/icons';
|
||||
import FileTree from './FileTree';
|
||||
@@ -22,7 +21,6 @@ const MainContent = ({
|
||||
files,
|
||||
selectedFile,
|
||||
hasUnsavedChanges,
|
||||
error,
|
||||
onFileSelect,
|
||||
onContentChange,
|
||||
onSave,
|
||||
|
||||
Reference in New Issue
Block a user