Manual fix for Page.VolumeList
This one is somewhat arguable how it should be done. Preserving type annotation, we have to move the let .. in block up to satisfy the rule The other option would be a lambda: ``` view = \{ createdAt } -> Element.row [] [ Element.text "created " , relativeTimeElement currentTime createdAt ] ```
Loading
Please register or sign in to comment