[fix] Multiple example (#2026)

This PR fixes the multiple example.

### Change Type

- [x] `patch` — Bug fix
pull/2030/head
Steve Ruiz 2023-10-06 10:02:39 +01:00 zatwierdzone przez GitHub
rodzic 9c1dc00740
commit fa32173409
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -97,7 +97,7 @@ function EditorB() {
function EditorC() {
const { focusedEditor, setFocusedEditor } = useContext(focusedEditorContext)
const isFocused = focusedEditor === 'third'
const isFocused = focusedEditor === 'C'
return (
<div>