diff --git a/docs/walkthroughs/applying-custom-formatting.md b/docs/walkthroughs/applying-custom-formatting.md index f79f943bc..bf610ca2c 100644 --- a/docs/walkthroughs/applying-custom-formatting.md +++ b/docs/walkthroughs/applying-custom-formatting.md @@ -36,7 +36,6 @@ class App extends React.Component { .transform() .setBlock(isCode ? 'paragraph' : 'code') .apply() - } } render = () => {