From 6e7d1e39feb4c52ffae95829c3c11c980eb9e66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctan-nhu=E2=80=9D?= <“tan@harness.io”> Date: Thu, 6 Apr 2023 15:54:06 -0700 Subject: [PATCH] Fix function name --- web/src/components/Editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Editor/Editor.tsx b/web/src/components/Editor/Editor.tsx index 832628c7a..12bc857b2 100644 --- a/web/src/components/Editor/Editor.tsx +++ b/web/src/components/Editor/Editor.tsx @@ -21,7 +21,7 @@ interface EditorProps { viewRef?: React.MutableRefObject } -export const Editor = React.memo(function GitBlameSourceViewer({ +export const Editor = React.memo(function CodeMirrorReactEditor({ source, filename, onViewUpdate = noop,