diff --git a/frontend/app/components/input/textarea-autosize.tsx b/frontend/app/components/input/textarea-autosize.tsx index 3b0e85a6..15c6c6e4 100644 --- a/frontend/app/components/input/textarea-autosize.tsx +++ b/frontend/app/components/input/textarea-autosize.tsx @@ -66,12 +66,6 @@ export default class TextareaAutosize extends Component { } } render(props: Props) { - return ( - // We set text as a child of textarea and not in value property for a reason. - // It's a workaround for the bug described here https://github.com/developit/preact/issues/326 - - ); + return