mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
ui: Reformat with elm-format 0.8.1
This commit is contained in:
@@ -91,6 +91,7 @@ navbarRecent page controls =
|
||||
title =
|
||||
if active then
|
||||
controls.recentActive
|
||||
|
||||
else
|
||||
"Recent Mailboxes"
|
||||
|
||||
@@ -98,6 +99,7 @@ navbarRecent page controls =
|
||||
items =
|
||||
if active then
|
||||
List.tail controls.recentOptions |> Maybe.withDefault []
|
||||
|
||||
else
|
||||
controls.recentOptions
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user