From aa3b49ba2b545eb2ac24ea30eb40d9cb9f3467f8 Mon Sep 17 00:00:00 2001 From: Marica Odagaki Date: Wed, 23 May 2018 14:24:54 -0800 Subject: [PATCH] Remove comment that has been addressed --- src/Nri/Ui/TextArea/V2.elm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Nri/Ui/TextArea/V2.elm b/src/Nri/Ui/TextArea/V2.elm index a7174a66..f935f6c6 100644 --- a/src/Nri/Ui/TextArea/V2.elm +++ b/src/Nri/Ui/TextArea/V2.elm @@ -92,8 +92,6 @@ view_ textAreaStyle model = , Attributes.autofocus model.autofocus , Attributes.placeholder model.placeholder , Attributes.attribute "data-gramm" "false" -- disables grammarly to prevent https://github.com/NoRedInk/NoRedInk/issues/14859 - - -- Html.Styled migration consideration: , Attributes.css [ Css.minHeight model.minimumHeight ] ] in