1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

ui: Linter dead code elimination

This commit is contained in:
James Hillyerd
2020-03-29 11:54:12 -07:00
parent c312909112
commit c520af4983
3 changed files with 2 additions and 30 deletions

View File

@@ -249,13 +249,6 @@ navbarRecent page activeMailbox model session =
else
session.persistent.recentMailboxes
dropdownExpanded =
if model.recentVisible then
"true"
else
"false"
recentLink mailbox =
a [ Route.href (Route.Mailbox mailbox) ] [ text mailbox ]
in