mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-11-04 12:30:12 +00:00
Remove unused viewmode
This commit is contained in:
@@ -81,13 +81,8 @@ view flags settings model =
|
||||
]
|
||||
]
|
||||
[ viewSearchBar flags model
|
||||
, case model.viewMode of
|
||||
Listing ->
|
||||
Html.map ItemCardListMsg
|
||||
(Comp.ItemCardList.view settings model.itemListModel)
|
||||
|
||||
Detail ->
|
||||
div [] []
|
||||
, Html.map ItemCardListMsg
|
||||
(Comp.ItemCardList.view settings model.itemListModel)
|
||||
]
|
||||
, div
|
||||
[ classList
|
||||
|
||||
Reference in New Issue
Block a user