Skip to content
Commit e4a173a6 authored by Frank Tackitt's avatar Frank Tackitt
Browse files

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
            ]
```
parent d36fce14
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment