diff --git a/docs/_component/editor.client.js b/docs/_component/editor.client.js index 74010106c..bd7aca8b0 100644 --- a/docs/_component/editor.client.js +++ b/docs/_component/editor.client.js @@ -241,7 +241,9 @@ export const Editor = ({children}) => {
- {state.file && state.file.result ? : null} + + {state.file && state.file.result ? : null} +