Fix function name

This commit is contained in:
“tan-nhu” 2023-04-06 15:54:06 -07:00
parent e22f4b9c34
commit 6e7d1e39fe

View File

@ -21,7 +21,7 @@ interface EditorProps {
viewRef?: React.MutableRefObject<EditorView | undefined>
}
export const Editor = React.memo(function GitBlameSourceViewer({
export const Editor = React.memo(function CodeMirrorReactEditor({
source,
filename,
onViewUpdate = noop,